Difference between revisions of "Category:Common Properties"

From Lianjapedia
Jump to: navigation, search
(Created page with 'Category:Properties')
 
Line 1: Line 1:
 +
Each of the Lianja base UI classes have some common properties as well as some that are specific to the UI Class itself. The following table summarizes the common properties.
 +
 +
{| class="wikitable"
 +
!width="25%"|Property
 +
!width="25%"|Type
 +
!width="50%"|Description
 +
|-
 +
|ActiveControl||Character (R)||Active control of a container object
 +
|-
 +
|ActiveForm||Character (R)||Active form
 +
|-
 +
|Anchor||Numeric (RW)||The anchor behavior of the object when its parent is resized
 +
|-
 +
|AutoHeight||Boolean (RW)||Whether height of object should be autosized to parent
 +
|-
 +
|AutoSize|Boolean (RW)|Whether object should be autosized to parent
 +
|-
 +
|AutoWidth|Boolean (RW)|Whether width of object should be autosized to parent
 +
|-
 +
|BackColor|Numeric or Character (RW)|Background color
 +
|-
 +
|BackStyle|Numeric (RW)|Opacity of the object: 0.0 = completely transparent to 1.0 = completely opaque
 +
|-
 +
|BorderStyle|Numeric (RW)|Border style of an object: 0 = none, 1 = single
 +
|-
 +
|Class|Character (R)|Object's class
 +
|-
 +
|Comment|Character (RW)|Comment associated with an object
 +
|-
 +
|ControlSource|Character (RW)|Source of data to which the object is bound
 +
|-
 +
|DisabledBackColor|Numeric or Character (RW)|Background color when object is disabled
 +
|-
 +
|DisabledForeColor|Numeric or Character (RW)|Foreground color when object is disabled
 +
|-
 +
|Enabled|Boolean (RW)|Whether object is enabled
 +
|-
 +
|FixedHeight|Numeric (RW)|Fixed height of the object in pixels
 +
|-
 +
|FixedWidth|Numeric (RW)|Fixed width of the object in pixels
 +
|-
 +
|FontBold|Boolean (RW)|Whether font is bold
 +
|-
 +
|FontCharSet|Numeric (RW)|Character set of font
 +
|-
 +
|FontFixedPitch|Boolean (RW)|Whether font is fixed pitch
 +
|-
 +
|FontItalic|Boolean (RW)|Whether font is italic
 +
|-
 +
|FontName|Character (RW)|Name of font
 +
|-
 +
|FontSize|Numeric (RW)|Size of font
 +
|-
 +
|FontStretch|Numeric (RW)|Amount font is expanded/compressed
 +
|-
 +
|FontStrikeThru|Boolean (RW)|Whether font is strikethru/strikeout
 +
|-
 +
|FontUnderline|Boolean (RW)|Whether font is underlined
 +
|-
 +
|FontWeight|Numeric (RW)|Thickness of font
 +
|-
 +
|ForeColor|Numeric or Character (RW)|Foreground color
 +
|-
 +
|Height|Numeric (RW)|Height in pixels
 +
|-
 +
|Left|Numeric (RW)|Left column position in pixels
 +
|-
 +
|MaxHeight|Numeric (RW)|Maximum height of the object in pixels
 +
|-
 +
|MaxWidth|Numeric (RW)|Maximum width of the object in pixels
 +
|-
 +
|Message|Character (RW)|Statusbar text when object is selected/hovered over
 +
|-
 +
|MinHeight|Numeric (RW)|Minimum height of the object in pixels
 +
|-
 +
|MinWidth|Numeric (RW)|Minimum width of the object in pixels
 +
|-
 +
|Name|Character (R)|Object's name
 +
|-
 +
|ObjectName|Character (RW)|Object's name
 +
|-
 +
|Parent|Character (R)|Object's parent
 +
|-
 +
|ParentClass|Character (R)|Object's parent's class
 +
|-
 +
|SpecialEffect|Numeric (RW)|Frame shadow effect of the object: 0 = raised, 1 = sunken, 2 = flat
 +
|-
 +
|StatusBarText|Character (RW)|Statusbar text when object is selected/hovered over
 +
|-
 +
|StyleSheet|Character (RW)|Semi-colon (;) separated list of CSS style attributes or App/Library filename ('app:/cssfilename','lib:/cssfilename','library:/cssfilename')
 +
|-
 +
|TabIndex|Numeric (RW)|The tab index order of the object
 +
|-
 +
|TabStop|Boolean (RW)|Whether object can be selected with the tab key
 +
|-
 +
|Tag|Character (RW)|Tag associated with an object
 +
|-
 +
|ToolTipText|Character (RW)|Text displayed when object is hovered over
 +
|-
 +
|Top|Numeric (RW)|Top row position in pixels
 +
|-
 +
|Transparent|Boolean (RW)|Whether the object is transparent
 +
|-
 +
|Visible|Boolean (RW)|Whether object is visible
 +
|-
 +
|WhatsThis|Character (RW)|Text (can contain formatted HTML) displayed in a popup tooltip-like window when a control has focus and Shift+F1 is pressed
 +
|-
 +
|Width|Numeric (RW)|Width in pixels
 +
|-
 +
|Zorder|Numeric (RW)|Z-order of the object
 +
|-
 +
|}
 +
 +
 
[[Category:Properties]]
 
[[Category:Properties]]

Revision as of 11:56, 20 December 2012

Each of the Lianja base UI classes have some common properties as well as some that are specific to the UI Class itself. The following table summarizes the common properties.

Property Type Description
ActiveControl Character (R) Active control of a container object
ActiveForm Character (R) Active form
Anchor Numeric (RW) The anchor behavior of the object when its parent is resized
AutoHeight Boolean (RW) Whether height of object should be autosized to parent
Boolean (RW)|Whether object should be autosized to parent
Boolean (RW)|Whether width of object should be autosized to parent
Numeric or Character (RW)|Background color
Numeric (RW)|Opacity of the object: 0.0 = completely transparent to 1.0 = completely opaque
Numeric (RW)|Border style of an object: 0 = none, 1 = single
Character (R)|Object's class
Character (RW)|Comment associated with an object
Character (RW)|Source of data to which the object is bound
Numeric or Character (RW)|Background color when object is disabled
Numeric or Character (RW)|Foreground color when object is disabled
Boolean (RW)|Whether object is enabled
Numeric (RW)|Fixed height of the object in pixels
Numeric (RW)|Fixed width of the object in pixels
Boolean (RW)|Whether font is bold
Numeric (RW)|Character set of font
Boolean (RW)|Whether font is fixed pitch
Boolean (RW)|Whether font is italic
Character (RW)|Name of font
Numeric (RW)|Size of font
Numeric (RW)|Amount font is expanded/compressed
Boolean (RW)|Whether font is strikethru/strikeout
Boolean (RW)|Whether font is underlined
Numeric (RW)|Thickness of font
Numeric or Character (RW)|Foreground color
Numeric (RW)|Height in pixels
Numeric (RW)|Left column position in pixels
Numeric (RW)|Maximum height of the object in pixels
Numeric (RW)|Maximum width of the object in pixels
Character (RW)|Statusbar text when object is selected/hovered over
Numeric (RW)|Minimum height of the object in pixels
Numeric (RW)|Minimum width of the object in pixels
Character (R)|Object's name
Character (RW)|Object's name
Character (R)|Object's parent
Character (R)|Object's parent's class
Numeric (RW)|Frame shadow effect of the object: 0 = raised, 1 = sunken, 2 = flat
Character (RW)|Statusbar text when object is selected/hovered over
Character (RW)|Semi-colon (;) separated list of CSS style attributes or App/Library filename ('app:/cssfilename','lib:/cssfilename','library:/cssfilename')
Numeric (RW)|The tab index order of the object
Boolean (RW)|Whether object can be selected with the tab key
Character (RW)|Tag associated with an object
Character (RW)|Text displayed when object is hovered over
Numeric (RW)|Top row position in pixels
Boolean (RW)|Whether the object is transparent
Boolean (RW)|Whether object is visible
Character (RW)|Text (can contain formatted HTML) displayed in a popup tooltip-like window when a control has focus and Shift+F1 is pressed
Numeric (RW)|Width in pixels
Numeric (RW)|Z-order of the object