| Name | Description |
 | AccessibleDefaultActionDescription | Gets or sets the default action description of the element for use by accessibility client applications. |
 | AccessibleDescription | Gets or sets the description of the element used by accessibility client applications. |
 | AccessibleName | Gets or sets the name of the element used by accessibility client applications. |
 | Bounds | Gets the location of the SmartItem according to its parent and its size. |
 | CanBeSelected | Gets a boolean value indicating if the SmartItem can be selected. |
 | Container | (Inherited from System.ComponentModel.Component) |
 | ContainingCollection | Gets the collection to which the SmartItem belongs. |
 | Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the SmartItem. |
 | DisabledImageIndex | Gets or sets the index of the image retrieved from the ImageList, displayed when the SmartItem is disabled. |
 | DisplayRectangle | Gets the display rectangle of the SmartItem. The rectangle is in coordinates relative to the RootSmartControl. |
 | DownImageIndex | Gets or sets the index of the image retrieved from the ImageList, displayed when the mouse button is pressed over the SmartItem. |
 | Enabled | Gets or sets a value indicating whether the SmartItem can respond to user interaction. |
 | FitHeightToLayout | Gets or sets a boolean value indicating if height of the item should be adjusted to the height of its layout. |
 | FitWidthToLayout | Gets or sets a boolean value indicating if width of the item should be adjusted to the width of its layout. |
 | Focused | Gets a boolean value indicating whether the SmartItem has input focus. |
 | Font | Gets or sets the Font of the SmartItem. |
 | ForeColor | Gets or sets the foreground color of the SmartItem. |
 | HasDropDown | Gets a boolean value indicating if possible child SmartItems are to be displayed
in a dropdown form. |
 | HasMouseOver | Gets a boolean value indicating if the mouse is currently over the SmartItem. |
 | IdealSize | Gets the size that would be ideal to paint the SmartItem. |
 | Image | Gets or sets the image associated with the SmartItem. |
 | ImageIndex | Gets or sets a value representing the index of the image retrieved from the ImageList. |
 | ImageList | Gets the list of images that will be used by the SmartItem. |
 | ImageSize | Gets the size of the images in the ImageList. |
 | Index | Gets or sets the zero-based index of the SmartItem within its ContainingCollection. |
 | InternalItems | Gets a list of the internal child SmartItems. |
 | IsEnabled | Gets a boolean value indicating the actual enabled state of the SmartItem. |
 | IsSelected | Gets a boolean value indicating the actual selection state of the SmartItem. |
 | IsVisible | Gets a boolean value indicating the actual visible state of the SmartItem. |
 | Items | Gets the collection of child SmartItems associated with the SmartItem.. |
 | ItemsImageList | Gets the list of images that will be used by the child items of the SmartItem. |
 | Key | Gets or sets a unique string which identifies the SmartItem in its ContainingCollection. |
 | Name | Gets or sets the name of the SmartItem. |
 | OverFont | Gets or sets the Font of the SmartItem when the mouse passes over it. |
 | OverForeColor | Gets or sets the foreground color of the SmartItem when the mouse passes over it. |
 | OverImageIndex | Gets or sets the index of the image retrieved from the ImageList, displayed when the mouse passes over the SmartItem. |
 | ParentItem | Gets the parent SmartItem of the SmartItem. |
 | ParentSmartControl | Gets the parent SmartControl of the SmartItem. |
 | RootSmartControl | Gets the root SmartControl of the SmartItem. |
 | Selected | Gets or sets a boolean value indicating whether the SmartItem is selected. |
 | Site | (Inherited from System.ComponentModel.Component) |
 | Tag | Gets or sets the object that contains data about the SmartItem. |
 | Text | Gets or sets the text associated with this SmartItem. |
 | ToolTipText | Gets or sets the ToolTip text associated with the SmartItem. |
 | UseMnemonic | Gets or sets a boolean value indicating if the SmartItem interprets an ampersand character (&) in its Text property to be an access key prefix character. |
 | Visible | Gets or sets a boolean value indicating if the SmartItem is visible. |
 | VisibleItems | Gets a list of the visible child SmartItems. |