Dundas Chart for ASP.NET
Toggled Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Command Class : Toggled Property


Enterprise Only Feature. Gets or sets the toggled flag for the command, which determines how toolbar and context menu item commands are displayed.
Gets or sets the toggled flag for the command.

Syntax

Visual Basic (Declaration)  
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#  
public bool Toggled {get; set;}

Return Value

The toggled flag for the command.
The toggled flag for the command.

Remarks

In the toolbar a toggled button appears sunken when clicked, and retains the sunken appearance until clicked again.

In a context menu the menu item appears checked when toggled, and retains the checked appearance until clicked again.


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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.