Click or drag to resize
ToggleButtonDefinition Class
Button which can toggle its current state from "Turned off" to "Turned on" and vice versa.
Inheritance Hierarchy

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class ToggleButtonDefinition : ButtonBaseDefinition, 
	IInitializable

The ToggleButtonDefinition type exposes the following members.

Constructors
  NameDescription
Public methodToggleButtonDefinition
Initializes a new instance of the ToggleButtonDefinition class
Top
Properties
  NameDescription
Public propertyInitialValueJavaScript
The script, which should return the initial state of the ToggleButton (true for ON, false for OFF).
Top
See Also