<Code Lib>
2027 Constructor
Changes 0
C

SplitButtonData()

Description:
Constructs a new instance of SplitButtonData.
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.

public SplitButtonData(
	string name,
	string text
)

  • String
    name
    The internal name of the new button.
  • String
    text

Loading…