Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class


In This Topic
    SmartItem Class Properties
    In This Topic

    For a list of all members of this type, see SmartItem members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the default action description of the element for use by accessibility client applications.  
    Public PropertyGets or sets the description of the element used by accessibility client applications.  
    Public PropertyGets or sets the name of the element used by accessibility client applications.  
    Public PropertyGets the location of the SmartItem according to its parent and its size.  
    Public PropertyGets a boolean value indicating if the SmartItem can be selected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the collection to which the SmartItem belongs.  
    Public PropertyGets or sets the cursor that is displayed when the mouse pointer is over the SmartItem.  
    Public PropertyGets or sets the index of the image retrieved from the ImageList, displayed when the SmartItem is disabled.  
    Public PropertyGets the display rectangle of the SmartItem. The rectangle is in coordinates relative to the RootSmartControl.  
    Public PropertyGets or sets the index of the image retrieved from the ImageList, displayed when the mouse button is pressed over the SmartItem.  
    Public PropertyGets or sets a value indicating whether the SmartItem can respond to user interaction.  
    Public PropertyGets or sets a boolean value indicating if height of the item should be adjusted to the height of its layout.  
    Public PropertyGets or sets a boolean value indicating if width of the item should be adjusted to the width of its layout.  
    Public PropertyGets a boolean value indicating whether the SmartItem has input focus.  
    Public PropertyGets or sets the Font of the SmartItem.  
    Public PropertyGets or sets the foreground color of the SmartItem.  
    Public PropertyGets a boolean value indicating if possible child SmartItems are to be displayed in a dropdown form.  
    Public PropertyGets a boolean value indicating if the mouse is currently over the SmartItem.  
    Public PropertyGets the size that would be ideal to paint the SmartItem.  
    Public PropertyGets or sets the image associated with the SmartItem.  
    Public PropertyGets or sets a value representing the index of the image retrieved from the ImageList.  
    Public PropertyGets the list of images that will be used by the SmartItem.  
    Public PropertyGets the size of the images in the ImageList.  
    Public PropertyGets or sets the zero-based index of the SmartItem within its ContainingCollection.  
    Public PropertyGets a list of the internal child SmartItems.  
    Public PropertyGets a boolean value indicating the actual enabled state of the SmartItem.  
    Public PropertyGets a boolean value indicating the actual selection state of the SmartItem.  
    Public PropertyGets a boolean value indicating the actual visible state of the SmartItem.  
    Public PropertyGets the collection of child SmartItems associated with the SmartItem..  
    Public PropertyGets the list of images that will be used by the child items of the SmartItem.  
    Public PropertyGets or sets a unique string which identifies the SmartItem in its ContainingCollection.  
    Public PropertyGets or sets the name of the SmartItem.  
    Public PropertyGets or sets the Font of the SmartItem when the mouse passes over it.  
    Public PropertyGets or sets the foreground color of the SmartItem when the mouse passes over it.  
    Public PropertyGets or sets the index of the image retrieved from the ImageList, displayed when the mouse passes over the SmartItem.  
    Public PropertyGets the parent SmartItem of the SmartItem.  
    Public PropertyGets the parent SmartControl of the SmartItem.  
    Public PropertyGets the root SmartControl of the SmartItem.  
    Public PropertyGets or sets a boolean value indicating whether the SmartItem is selected.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the object that contains data about the SmartItem.  
    Public PropertyGets or sets the text associated with this SmartItem.  
    Public PropertyGets or sets the ToolTip text associated with the SmartItem.  
    Public PropertyGets or sets a boolean value indicating if the SmartItem interprets an ampersand character (&) in its Text property to be an access key prefix character.  
    Public PropertyGets or sets a boolean value indicating if the SmartItem is visible.  
    Public PropertyGets a list of the visible child SmartItems.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyGets the size needed by the parent layout to paint the SmartItem as well as its sibling SmartItems.  
    Protected PropertyGets the default value of the AccessibleDefaultActionDescription property.  
    Protected PropertyGets the default value of the AccessibleDescription property.  
    Protected PropertyGets the default value of the AccessibleName property.  
    Protected PropertyGets the default value of the Cursor property.  
    Protected PropertyGets the default value of the FitHeightToLayout property.  
    Protected PropertyGets the default value of the FitWidthToLayout property.  
    Protected PropertyGets the default value of the ForeColor property.  
    Protected PropertyGets the default value of the Text property.  
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected PropertyGets the types of the child SmartItems which cannot be added at design-time to this SmartItem.  
    Protected PropertyGets a boolean value indicating if an image is associated with the SmartItem.  
    Protected Internal PropertyGets a boolean value indicating if a mouse button was pressed while the mouse was over the SmartItem.  
    Protected Internal PropertyGets a boolean value indicating if the SmartItem's dropdown is open.  
    Protected Internal PropertyGets the types of the child SmartItems which can be added at design-time to this SmartItem.  
    Protected Internal PropertyGets a boolean value indicating if the parent SmartControl is selected in design-time.  
    Protected Internal PropertyGets the VirtualControl associated with the SmartItem.  
    Top
    See Also