SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
The SftBoxDropDown object describes the drop down portion in a SftBox/OCX control. The SftBoxDropDown object can be accessed through the control's DropDown property. A control has only one SftBoxDropDown object.
Property/Method | Description |
---|---|
BackColor | Defines the drop down button's background color. |
BlackEdgeColor | Defines the drop down button's black edge color. |
ButtonStyle | Defines the appearance of the drop down button. |
CharSearchColumn | Defines the column searched for characters typed by the user. |
CharSearchMode | Defines the search mode for characters typed by the user. |
DarkEdgeColor | Defines the drop down button's dark edge color. |
DropOnFocus | Defines whether the drop down portion is shown when the control receives the input focus. |
DropOnInput | Defines whether the drop down portion is shown when the user types characters. |
Dropped | Defines whether the drop down portion is shown/hidden. |
ForeColor | Defines the drop down button's foreground color. |
GetButtonPosition | Returns the drop down button's position and dimensions. |
GetButtonPositionPix | Returns the drop down button's position and dimensions in pixels. |
GetButtonPositionV | Returns the drop down button's position and dimensions. |
GetPosition | Returns the drop down portion's position and dimensions. |
GetPositionPix | Returns the drop down portion's position and dimensions in pixels. |
GetPositionV | Returns the drop down portion's position and dimensions. |
GrayedColor | Defines the drop down button's foreground color if disabled. |
Height | Defines the drop down portion's height. |
HeightItems | Defines the drop down portion's height in number of items. |
HeightPix | Defines the drop down portion's height in pixels. |
HoverButton | Defines whether the drop down button changes appearance when the mouse cursor is located on the drop down button. |
Image | Defines the graphic displayed in the drop down button. |
ImageDropped | Defines the graphic displayed in the drop down button when the drop down portion is shown. |
LightEdgeColor | Defines the drop down button's highlighted edge color. |
OptimalWidth | Defines whether the drop down portion is optimally sized in width. |
ProcessClick | Defines the processing of mouse clicks outside of the control. |
RollUp | Hides the drop down portion. |
Shown | Returns the number of items shown in the drop down portion. |
SizeBox | Defines whether a sizing box is available. |
Style | Defines the preferred location of the drop down portion. |
Suppress | Suppresses showing/hiding the drop down portion for the current event. |
SuppressOff | Restores hiding the drop down portion when adding/inserting items. |
SuppressOn | Suppresses hiding the drop down portion when adding/inserting items. |
SuppressReset | Restores hiding the drop down portion when adding/inserting items. |
WhiteEdgeColor | Defines the drop down button's white edge color. |
Width | Defines the width of the drop down portion. |
WidthPercent | Defines the width of the drop down portion in percent of the control's width. |
WidthPix | Defines the width of the drop down portion in pixels. |
Window | Returns the drop down portion's window handle. |
See Also Object Hierarchy