RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1InsertImageLargeTool Class / CanUserInsertUrl Property

In This Topic
    CanUserInsertUrl Property (C1InsertImageLargeTool)
    In This Topic
    Gets or sets a value indicating whether the user is allowed to insert linked images via an internet address.
    Syntax
    'Declaration
     
    
    Public Property CanUserInsertUrl As Boolean
    public bool CanUserInsertUrl {get; set;}
    See Also