Accessors for class IlvGadget

Properties

Methods

Description

The IlvGadget class is the base class for all the gadget classes. It implements the basic functionality of gadgets by providing the necessary parameters to create a graphic object that appears three-dimensional.

TypeNameDescriptionNotes
BooleanactiveReturns true if the gadget is active (default), or false otherwise.
Setting active to false tells the gadget container or manager not to send events to the gadget so that the gadget is no longer active.
The notion of activity and sensitivity of a gadget differs in that the screen representation of a gadget that is not active does not change whereas it becomes dimmed when the gadget is defined as not sensitive.
BooleanfocusableReturns true if the gadget can take the keyboard focus and false otherwise. In this case, the gadget no longer receives keyboard events.
Voidredraw()Refreshes the gadget.
UIntthicknessGets or sets the thickness of the gadget.
BooleantransparentSets the gadget as transparent.
Returns true if the gadget is transparent. When a gadget is transparent, the window background can be seen through the gadget.