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


Gets or sets the toggled flag for the command.

Syntax

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

Return Value

The toggled flag for the command.

Remarks

In the toolbar toggled button appears sunken when clicked and retains the sunken appearance until clicked again. In the context menu the menu item appears checked when clicked and retains the checked appearance until clicked again.

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