RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / ContextMenu Property

In This Topic
    ContextMenu Property
    In This Topic
    Gets or sets the context menu object to show on the right tap.
    Syntax
    'Declaration
     
    Public Property ContextMenu As Object
    public object ContextMenu {get; set;}
    Remarks
    The default value is Null. If this value is not changes, the C1RichTextBox control will show the simple Windows.UI.Popups.PopupMenu with the set of clipboard-related commands. You can set this property to the custom Windows.UI.Popups.PopupMenu object, or any object implementing C1.Xaml.IC1ContextMenu interface. In such case the C1RichTextBox control will show your custom context menu instead of default one.
    See Also