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.
|
BorderColor
|
|
Gets or sets the control's border color. In tab controls, this is the border of the individual tab page.
|
BorderStyle
|
|
Gets or sets the style of a control's border.
|
BorderWidth
|
|
Gets or sets the width (thickness) of the control's border.
|
Caption
|
|
Gets or sets the caption of the tab button.
|
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.
|
ForeColor
|
|
Gets or sets the foreground (text) color of the control. In this case, the color of the tab button text when unselected.
|
FormControlsCollectionIndex
|
|
Sets or returns the current control index for an 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.
|
HoverColor
|
|
Gets or sets the color displayed when the user hovers over the control with a mouse.
|
HoverImageIndex
|
|
Gets or sets the index of an image in the associated ImageList to display when the user hovers over the object. Smartclient-only.
|
ImageIndex
|
|
Gets or sets an image index within an ImageList control. Smartclient-only property.
|
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.
|
MaskColor
|
|
Returns or sets the color in a bitmap
image that should be interpreted as the transparent color. Deprecated property. Obsolete
|
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.
|
Picture
|
|
Gets or sets the file name of the image to display in the control or form. Smartclient only
|
PictureAlignment
|
|
Gets or sets the image alignment in the parent container (form or control). Smartclient only
|
PictureColor
|
|
Sets or returns the color mapping that
is used to display an image in a form or control. Deprecated property. Obsolete
|
PictureOpacity
|
|
Gets or sets a value which determines the opacity of a picture in a form or control. Smartclient only
|
PictureQuality
|
|
Sets or returns the image quality of
a picture that appears in a form or control. Deprecated property. Obsolete
|
PictureSize
|
|
Gets or sets the way a picture is sized in its container. Smartclient-only.
|
PictureTile
|
|
Sets or gets a value which determines the method in which a picture
is tiled in the container (can be either a form or control). Deprecated property. Obsolete
|
SelectedForeColor
|
|
Gets or sets the foreground text color of the selected tab.
|
SelectedImageIndex
|
|
Gets or sets the index of the image in the Images collection that will be displayed when the tab is selected. Smartclient-only.
|
TabColor
|
|
Gets or sets the background color of the tab button.
|
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.
|
UseMaskColor
|
|
Determines whether the color assigned in the MaskColor
property is used. Deprecated property. Obsolete
|
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.
|