RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / ContextMenuOpeningEventArgs Class / Handled Property

In This Topic
    Handled Property (ContextMenuOpeningEventArgs)
    In This Topic
    Gets or sets whether right-tap input has already be handled. If set to true, C1RichTextBox does nothing on right-tap input.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also