Interface: IButtonComponent

Defines a "buttonComponent" component.

Implemented types

Methods

Name Description
InitDataFromJson(String) Initializes data associated to the component from a json string.
Refresh() Refreshs the component.
SetBasicDatas(String, String, String) Sets basic information of the button.
SetCaptionFontSize(Int32) Sets the size of the caption.
SetImageSize(Int32, Int32) Sets the size of the image.
SetSize(Int32, Int32) Sets the size of the button.

Properties

Name Description
Container Gets the container.
Used Gets or sets the Used flag.

Events

Name Description
ButtonClicked Event fired when the button is clicked.