This topic has not yet been rated - Rate this topic

RibbonToggleButton.Checked Property

Gets or sets a value that indicates whether the toggle button is pressed or not pressed.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
bool Checked { get; set; }

Property Value

Type: Boolean
true if the toggle button is pressed; otherwise, false. The default is false.

The Checked property can be changed at run time.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.