Xceed SmartUI for WinForms v3.6 Documentation
SmartItem Class
Members 


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace : SmartItem Class
Represents any SmartItem and exposes properties and methods that allow their manipulation.
Syntax
'Declaration
 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<TypeConverterAttribute("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<DesignerCategoryAttribute()>
<DesignTimeVisibleAttribute()>
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
<DefaultPropertyAttribute("Text")>
<DefaultEventAttribute("Click")>
<DescriptionAttribute("Represents any SmartItem and exposes properties and methods that allow their manipulation.")>
Public MustInherit Class SmartItem 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As SmartItem
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[TypeConverter("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[DesignerCategory()]
[DesignTimeVisible()]
[ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")]
[DefaultProperty("Text")]
[DefaultEvent("Click")]
[Description("Represents any SmartItem and exposes properties and methods that allow their manipulation.")]
public abstract class SmartItem : System.ComponentModel.Component 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Xceed.SmartUI.SmartItem
            Xceed.SmartUI.Controls.CheckedListBox.CheckedListBoxItem
            Xceed.SmartUI.Controls.ExplorerTaskPane.Group
            Xceed.SmartUI.Controls.ExplorerTaskPane.Task
            Xceed.SmartUI.Controls.MenuBar.MainMenuItem
            Xceed.SmartUI.Controls.MenuBar.MenuItem
            Xceed.SmartUI.Controls.OfficeTaskPane.Group
            Xceed.SmartUI.Controls.OfficeTaskPane.Task
            Xceed.SmartUI.Controls.OutlookShortcutBar.Group
            Xceed.SmartUI.Controls.OutlookShortcutBar.Shortcut
            Xceed.SmartUI.Controls.StatusBar.Panel
            Xceed.SmartUI.Controls.TabStrip.Tab
            Xceed.SmartUI.Controls.ToolBar.ComboBoxItem
            Xceed.SmartUI.Controls.ToolBar.SeparatorTool
            Xceed.SmartUI.Controls.ToolBar.Tool
            Xceed.SmartUI.Controls.TreeView.Node

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartItem Members
Xceed.SmartUI Namespace