RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1InsertImageTool Class / CanUserInsertFile Property

In This Topic
    CanUserInsertFile Property (C1InsertImageTool)
    In This Topic
    Gets or sets a value indicating whether the user is allowed to insert an image from data in a local file.
    Syntax
    'Declaration
     
    
    Public Property CanUserInsertFile As Boolean
    public bool CanUserInsertFile {get; set;}
    See Also