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


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

Reference

C1ValidationDecorator Class
C1ValidationDecorator Members