dbicExplorerBar Send comments on this topic.
dbiExplorerItem Class Members
See Also  Properties 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace : dbiExplorerItem Class


"

The following tables list the members exposed by dbiExplorerItem.

"

Public Constructors

 NameDescription
public ConstructordbiExplorerItem ConstructorOverloaded. Creates a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyBackColorGets or sets the background color of the explorer item.  
public PropertyBackColorToGets or sets the secondary background color of the explorer item.  
public PropertyBackgroundImageGets or sets the background image used in the explorer item.  
public PropertyCtrlIDAllows for an integer value to be defined by the programmer, this ID can be used to quickly identify each item.  
public PropertyFillTypeGets or sets the fill type of the explorer item.  
public PropertyFontGets or sets the font used for the text in the explorer item.  
public PropertyFontOverGets or sets the font used when the mouse moves over the text in the explorer item.  
public PropertyForeColorGets or sets the text color of the explorer item.  
public PropertyForeColorOverGets or sets the color of the text when the mouse moves over the explorer item.  
public PropertyImageGets or sets the image used in the explorer item.  
public PropertyImageIndexGets or sets the index value of the image used in the explorer item.  
public PropertyImageSmallGets or sets the small image used in the explorer item.  
public PropertyImageSmallIndexGets or sets the index value of the small image used in the explorer item.  
public PropertyTextGets or sets the text used in the explorer item.  
public PropertyToolTipTextGets or sets the tool tip text used for the explorer item.  
Top

See Also