|
Label |
Top Previous Next |
This is what labels looks like:
Common Properties Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Tooltip Custom Properties Text (Default Property) Text of label message. Property name: text Property type: String
Alignment Horizontal alignment of text within label display area. Possible values:
Property name: horizontalAlignment Property type: Integer Vertical Alignment Vertical alignment of text within label display area. Top, Center or Bottom. Possible values:
Property name: verticalAlignment Property type: Integer Icon Image shown on the label. If NULL, no image will be displayed. Property name: icon Property type: Data Block Icon Text Gap Defines the space between the text and the icon. Property name: iconTextGap Property type: Integer Disabled Icon The image shown on the label when the label is disabled. If NULL, the Disabled Icon will be auto-generated from a normal Icon. Property name: disabledIcon Property type: Data Block Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost |