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 |
---|---|
|
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.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.
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