'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