Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ToggleStyle Property
See Also 
Dundas.Charting.WebControl Namespace > Command Class : ToggleStyle Property


Determines the toggle behavior in the toolbar and context menu.

Syntax

Visual Basic (Declaration)  
<CategoryAttribute("Behavior")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines the toggle behavior of the command.")>
Public Property ToggleStyle As ToggleStyle
Visual Basic (Usage) Copy Code
Dim instance As Command
Dim value As ToggleStyle
 
instance.ToggleStyle = value
 
value = instance.ToggleStyle
C#  
[CategoryAttribute("Behavior")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines the toggle behavior of the command.")]
public ToggleStyle ToggleStyle {get; set;}

Return Value

The ToggleStyle which determines the 'toggled' behavior of the command. Default value is ToggleStyle.Auto

Remarks

The ToggleStyle possible values are:
ToggleStyle Descriptions
None Command behaves like regular button or menu item.
Toggled Command behaves like chechbox.
Grouped Command behaves like radio button whithin a group.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also