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

In This Topic
    CanUserInsertUrl Property (ImageDialog)
    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