Void IButtonsComponent.AddButton(String name, String caption, ButtonPositionType position, Boolean enabled, Boolean isDefault)
Adds a button to the component.
Examples
Parameters
-
name
Type: String
The name of the button.
-
caption
Type: String
The caption of the button.
-
position
The position of the button.
-
enabled
Type: Boolean
A flag to enable or disable the button.
-
isDefault
Type: Boolean
A flag to put the button as the default button.