Constructs a new instance of SplitButtonData.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SplitButtonData(
string name,
string text
)
Parameters
- name String
- The internal name of the new button.
- text String
-
Exceptions
Remarks
This text will be displayed on the button if drop-down is empty. If sub-items are added,
then the split button will display the current PushButton's text.
See Also
Reference