2027 Method
Changes 0
M

PulldownButton.AddPushButton

Description:
Adds a new pushbutton to the pulldown button and associates it with an ExternalCommand.
Remarks:
The new button will display its large image if PushButton.LargeImage is set.
public PushButton AddPushButton(
	PushButtonData buttonData
)
  • buttonData
    An object containing the data needed to construct the pushbutton.
Return Value PushButton The newly added pushbutton.