Accessors for class IlvButton

Properties

Description

The 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.

TypeNameDescriptionNotes
BooleanautoRepeatSets 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.
UIntautoRepeatPeriodReturns and sets the repeat period of the button in milliseconds.
BitmaphighlightedBitmapSets or returns the bitmap associated with the highlighted state of the button.
BitmapselectedBitmapSets or returns the bitmap associated with the selected state of the button.
BooleanshowFrameSpecifies whether the button frame is displayed (true) or not (false).