Defines a "buttonsComponent" component.
Declaration Syntax
public interface IButtonsComponent
Table 1788: Members
Event | ButtonClicked |
Event fired when a button is clicked. |
Method | AddButton(string, string, ButtonPositionType, bool, bool) |
Adds a button to the component. |
Method | ClearButtons() |
Removes all buttons. |
Method | SetEnabledFlag(string, bool) |
Sets the enabled flag. |
Method | SetMessage(string) |
Set the message under buttons. |