Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems Object (ISftBoxItems Interface)

The SftBoxItems object describes all items in a SftBox/OCX control. The SftBoxItems object can be accessed through the control's Items property. A control has only one SftBoxItems object.

An individual item's SftBoxItem object can be accessed through the control's Item property.

Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.

Property/MethodDescription
AddAdds a new item.
AddFontNamesAdds a list of available fonts.
AddFontSizesAdds a list of available font sizes.
AddFontStylesAdds a list of available font styles.
AppearanceDefines the appearance of all items.
BackColorDefines the default background color for all items.
BackColorOddDefines the default background color for all items in odd numbered rows.
ClearRemoves all items.
ClearCellImagesRemoves the cell images from all items.
ClearCellPicturesRemoves all cell pictures.
ClearItemImagesRemoves the item images from all items.
ClearLabelImagesRemoves the label images from all items.
ClearLabelPicturesRemoves all label pictures.
ClearPicturesRemoves all item pictures.
CollapseCollapses all items so no child items are visible.
CopyCopies an item.
CopyAfterCopies items to a new position in the control.
CountReturns the number of items in the control.
CursorSelectDefines the selection behavior of cursor movement.
DeleteEventDefines the use of the ItemDeleted event.
DropHighlightStyleDefines the appearance of the drop target item (Items.DropIndex property).
DropHilightColorDefines the color used for the drop target (Items.DropIndex property).
DropIndexDefines the drop target item.
DropScrollingDefines automatic vertical scrolling when using the Items.DropIndex property.
DropTargetInnerBorderColorDefines the inner border color for items as drop targets during a drag & drop operation.
DropTargetInnerFill1Defines the starting color used to fill the selection outline for items as drop targets during a drag & drop operation.
DropTargetInnerFill2Defines the ending color used to fill the selection outline for items as drop targets during a drag & drop operation.
DropTargetOutlineBorderColorDefines the outline border color for items as drop targets during a drag & drop operation.
ExpandExpands all items so their dependents become visible.
FindSearches items using text.
FindCellDataSearches cell data (Cell.Data property).
FindCellDataTagSearches cell data (Cell.DataTag property).
FindCellDataTagVSearches cell data (Cell.DataTag property).
FindCellDataVSearches cell data (Cell.Data property).
FindCellTagSearches cell data (Cell.DataTag property).
FindCellTagVSearches cell data (Cell.Tag property).
FindCellValueSearches cell data (Cell.Value property).
FindCellValueVSearches cell values (Cell.Value property).
FindDataTagSearches item data (Item.DataTag property).
FindTagSearches item data (Item.DataTag property).
FirstShownReturns the index of the first visible item in the combo box control.
FlybyHighlightDefines whether items are underlined as the mouse cursor moves over an item.
ForeColorDefines the default foreground color for all items.
ForeColorOddDefines the default foreground color for all items in odd numbered rows.
GetPositionReturns the current item's position and dimensions in the edit or static portion.
GetPositionPixReturns the current item's position and dimensions in the edit or static portion in pixels.
GetPositionVReturns the current item's position and dimensions in the edit or static portion.
GrayedColorDefines the default foreground color for all disabled items.
GridHorizontalColorDefines the color used for horizontal grid lines.
GridStyleDefines the use of grid lines.
GridVerticalColorDefines the color used for vertical grid lines.
HeightReturns the height of items (fixed height control only).
HeightPixReturns the height of items in pixels (fixed height control only).
HilightColorDefines the color used for highlighted edges (Items.Appearance property).
HitTestReturns the item found at given coordinates.
HitTestCellReturns the cell found at given coordinates.
HitTestCellPixReturns the cell found at given coordinates in pixels.
HitTestCellVReturns the cell found at given coordinates.
HitTestPixReturns the item found at given coordinates in pixels.
HitTestVReturns the item found at given coordinates.
HorizontalExtentDefines the current horizontal scrolling extent.
HorizontalOffsetDefines the horizontal scrolling offset.
HotInnerBorderColorDefines the inner border color for items when the mouse cursor is on the item.
HotInnerFill1Defines the starting color used to fill the selection outline for items when the mouse cursor is on the item.
HotInnerFill2Defines the ending color used to fill the selection outline for items when the mouse cursor is on the item.
HotOutlineBorderColorDefines the outline border color for items when the mouse cursor is on the item.
IndentationDefines the indentation for item levels.
IndentationPixDefines the indentation for item levels.
InheritBackColorDefines the color use of the area to the left of the first column.
InsertInserts a new item.
InsertAfterInserts a new item following the specified index position.
ItemImageExpandableDefines the default graphic used to display an expandable item's item image.
ItemImageExpandedDefines the default graphic used to display an expanded item's item image.
ItemImageLeafDefines the default graphic used to display a leaf item's item image.
ItemIndexReturns the item index given an item ID.
LastShownReturns the index of the last visible item in the combo box control.
LinesDefines the maximum number of text lines for all items.
MaxHeightPixDefines the maximum height of all items.
MinHeightPixDefines the minimum height of all items.
MoveMoves an item.
MoveAfterMoves items to a new position in the combo box control.
NoFocusStyleDefines the display style of selected items when the control does not have the input focus.
OutlineStyleDefines the display style of the selection outline.
RecalcHorizontalExtentRecalculates the optimal horizontal scrolling extent.
RemoveDeletes an item.
SelectSearches items using text and selects the item found.
SelectBackColorDefines the default background color for selected items when the controls has the input focus.
SelectBackColorNoFocusDefines the default background color for selected items when the controls does not have the input focus.
SelectEnabledItemsOnlyDefines whether only enabled items can be selected by the user using the mouse or keyboard.
SelectForeColorDefines the default foreground color for selected items when the controls has the input focus.
SelectForeColorNoFocusDefines the default foreground color for selected items when the controls does not have the input focus.
SelectHotInnerBorderColorDefines the inner border color for selected items when the mouse cursor is on the item.
SelectHotInnerFill1Defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.
SelectHotInnerFill2Defines the ending color used to fill the selection outline for selected items when the mouse cursor is on the item.
SelectHotOutlineBorderColorDefines the outline border color for selected items when the mouse cursor is on the item.
SelectInnerBorderColorDefines the inner border color for selected items.
SelectInnerFill1Defines the starting color used to fill the selection outline for selected items.
SelectInnerFill2Defines the ending color used to fill the selection outline for selected items.
SelectionDefines the currently selected item.
SelectionStyleDefines the appearance of the currently selected item.
SelectNoFocusInnerBorderColorDefines the inner border color for selected items when the control does not have the input focus.
SelectNoFocusInnerFill1Defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.
SelectNoFocusInnerFill2Defines the ending color used to fill the selection outline for selected items when the control does not have the input focus.
SelectNoFocusOutlineBorderColorDefines the outline border color for selected items when the control does not have the input focus.
SelectOutlineBorderColorDefines the outline border color for selected items.
ShadowColorDefines the color used for dark edges (Items.Appearance property).
SortSorts items.
StyleDefines the fixed/variable height style of all items.
TopDefines the first item displayed in the drop down portion.
TreeLineColorDefines the color used for tree lines connecting related items.
TreeLineGrayedColorDefines the color used for tree lines of disabled items.
TreeLineStyleDefines the appearance of tree lines connecting related items.

Properties and methods shown grayed are provided for compatibility with older releases only and should no longer be used.

See Also Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.