The following properties can be specified for each navigation
Group object to specify its appearance:
AllowDrop
|
|
Gets or sets whether the object allows drag/drop support. Newlook Smartclient-only property.
|
BackColor
|
|
Gets or sets the background color of the object. In this case, the individual group panel.
|
BackStyle
|
|
Gets or sets a style which determines if the control's background is transparent or opaque. Obsolete
|
ButtonBackColor
|
|
Gets or sets the background color of the SmartNav buttons.
|
ButtonForeColor
|
|
Gets or sets the foreground color of the SmartNav buttons.
|
ButtonSelectedColor
|
|
Gets or sets the background color of the selected SmartNav button.
|
Caption
|
|
Gets or sets the caption text of the control.
|
CssClass
|
|
Gets or sets the CSS class, or classes, for the control in Newlook Server. Server-only.
|
DroppedFiles
|
|
Returns a collection of files dropped onto the object.
|
Enabled
|
|
Gets or sets the enabled state of the object.
|
Height
|
|
Returns or sets the height of the object's size in pixels at default size, which is the object's size at design-time.
|
Index
|
|
Returns the index of the object within its collection.
|
Left
|
|
Determines the distance, in pixels, between the left edge of the control
and the left edge of its form or parent container at default size, which is the object's size at design-time.
|
Name
|
|
Gets or sets the name of this object.
|
OnClick
|
|
Gets or sets the name of the macro or script to be run when the Click event is triggered.
|
OnDblClick
|
|
Gets or sets the name of a macro or script to be run when the DblClick event occurs.
|
OnDrop
|
|
Gets or sets the name of a macro or script to be run when the Drop event occurs. Newlook Smartclient-only property.
|
OnMouseEnter
|
|
Gets or sets the name of the macro or script to be run when the MouseEnter event occurs. Smartclient-only.
|
OnMouseExit
|
|
Gets or sets the name of the macro or script to be run when the MouseExit event occurs. Smartclient-only.
|
Row
|
|
The green screen row coordinate that marks the beginning
of the object. Read only. Host generated controls only.
|
TabIndex
|
|
Gets or sets a value which determines the control's tab order.
|
Tag
|
|
Gets or sets user defined information for the control.
|
ToolTipText
|
|
Gets or sets the control's tool-tip text.
|
Top
|
|
Determines the distance, in pixels, between the top edge of the control
and the top edge of its form or parent container at default size, which is the object's size at design-time.
|
Type
|
|
Returns a value which specifies the control's type. Read only.
|
Visible
|
|
Gets or sets whether the control, object or form is visible or hidden.
|
Width
|
|
Gets or sets the width of the object in pixels at default size, which is the object's size at design-time.
|