'Declaration <DesignerAttribute("Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> <TypeConverterAttribute("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> <DesignerCategoryAttribute("")> <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> <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("Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] [TypeConverter("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] [DesignerCategory("")] [DesignTimeVisible(false)] [ToolboxItem(false)] [DefaultProperty("Text")] [DefaultEvent("Click")] [Description("Represents any SmartItem and exposes properties and methods that allow their manipulation.")] public abstract class SmartItem : System.ComponentModel.Component