SplitButtonData Constructor |
Constructs a new instance of SplitButtonData.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic SplitButtonData(
string name,
string text
)
Public Sub New (
name As String,
text As String
)
public:
SplitButtonData(
String^ name,
String^ text
)
new :
name : string *
text : string -> SplitButtonData
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