RichTextBox for WinRT
ContextMenu Property


Gets or sets the context menu object to show on the right tap.
Syntax
'Declaration
 
Public Property ContextMenu As System.Object
'Usage
 
Dim instance As C1RichTextBox
Dim value As System.Object
 
instance.ContextMenu = value
 
value = instance.ContextMenu
public System.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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback