ComponentOne Basic Library for WPF and Silverlight
ContextMenu Property (C1MenuList)


C1.WPF Namespace > C1MenuList Class : ContextMenu Property
Syntax
'Declaration
 
Public Property ContextMenu As System.Windows.Controls.ContextMenu
'Usage
 
Dim instance As C1MenuList
Dim value As System.Windows.Controls.ContextMenu
 
instance.ContextMenu = value
 
value = instance.ContextMenu
public System.Windows.Controls.ContextMenu ContextMenu {get; set;}
See Also

Reference

C1MenuList Class
C1MenuList Members