ToggleButton Class
The ToggleButton object represents a button that has been added to a RadioButtonGroup.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 2011

Syntax

C#
public class ToggleButton : PushButton
Visual Basic
Public Class ToggleButton _
	Inherits PushButton
Visual C++
public ref class ToggleButton : public PushButton

Remarks

Use of this class is not supported in Revit Macros.

Inheritance Hierarchy

See Also