'Declaration <DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> <DesignerCategoryAttribute()> <ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> <DefaultPropertyAttribute("UIStyle")> <DefaultEventAttribute("Click")> <DescriptionAttribute("Represents any SmartControl and exposes properties and methods that allow their manipulation.")> Public MustInherit Class SmartControl Inherits System.Windows.Forms.Control
'Usage Dim instance As SmartControl
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.17407.00005, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] [DesignerCategory()] [ToolboxItem(ToolboxItemType=, ToolboxItemTypeName="")] [DefaultProperty("UIStyle")] [DefaultEvent("Click")] [Description("Represents any SmartControl and exposes properties and methods that allow their manipulation.")] public abstract class SmartControl : System.Windows.Forms.Control