Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class
Members


In This Topic
    SmartControl Class
    In This Topic
    Represents any SmartControl and exposes properties and methods that allow their manipulation.
    Syntax
    '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 
    Inheritance Hierarchy
    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