IlvButton
class is one of the simplest gadgets provided in the library. It displays a label or an image in a three-dimensional looking rectangle.
Type | Name | Description | Notes |
---|---|---|---|
Boolean | autoRepeat | Sets the button to auto-repeat mode. When the button is an "auto-repeat" button, the callback is invoked repeatedly until the button is released. Returns true if the button is in auto-repeat mode. | |
UInt | autoRepeatPeriod | Returns and sets the repeat period of the button in milliseconds. | |
Bitmap | highlightedBitmap | Sets or returns the bitmap associated with the highlighted state of the button. | |
Bitmap | selectedBitmap | Sets or returns the bitmap associated with the selected state of the button. | |
Boolean | showFrame | Specifies whether the button frame is displayed (true ) or not (false ). |