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

In This Topic
    Selection Property (ContextMenuOpeningEventArgs)
    In This Topic
    Gets the selection where right-tap input stimulus happens.
    Syntax
    'Declaration
     
    Public ReadOnly Property Selection As C1TextRange
    public C1TextRange Selection {get;}
    See Also