ComponentOne Basic Library for WPF and Silverlight
Header Property (C1RadialMenuItem)


C1.WPF Namespace > C1RadialMenuItem Class : Header Property
Gets or sets the header of this control.
Syntax
'Declaration
 
Public Property Header As System.Object
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Object
 
instance.Header = value
 
value = instance.Header
public System.object Header {get; set;}
Remarks
This property will be displayed in the tooltip as well if ToolTip property is not set.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members