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


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

Reference

C1Window Class
C1Window Members