'Declaration <DesignerAttribute("Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> <DesignerCategoryAttribute("")> <ToolboxItemAttribute(False)> <DefaultPropertyAttribute("UIStyle")> <DefaultEventAttribute("Click")> <DescriptionAttribute("Represents any SmartControl and exposes properties and methods that allow their manipulation.")> <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")> <ToolboxItemFilterAttribute("System.Windows.Forms")> Public MustInherit Class SmartControl Inherits System.Windows.Forms.Control
'Usage Dim instance As SmartControl
[Designer("Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] [DesignerCategory("")] [ToolboxItem(false)] [DefaultProperty("UIStyle")] [DefaultEvent("Click")] [Description("Represents any SmartControl and exposes properties and methods that allow their manipulation.")] [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] [ToolboxItemFilter("System.Windows.Forms")] public abstract class SmartControl : System.Windows.Forms.Control