Xceed SmartUI for WinForms v3.6 Documentation
SmartControl Class
Members 


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace : SmartControl Class
Represents any SmartControl and exposes properties and methods that allow their manipulation.
Syntax
'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 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            Xceed.SmartUI.SmartControl
               Xceed.SmartUI.Controls.CheckedListBox.SmartCheckedListBox
               Xceed.SmartUI.Controls.ExplorerTaskPane.SmartExplorerTaskPane
               Xceed.SmartUI.Controls.MenuBar.SmartMenuBar
               Xceed.SmartUI.Controls.OfficeTaskPane.SmartOfficeTaskPane
               Xceed.SmartUI.Controls.OutlookShortcutBar.SmartOutlookShortcutBar
               Xceed.SmartUI.Controls.StatusBar.SmartStatusBar
               Xceed.SmartUI.Controls.TabStrip.SmartTabStrip
               Xceed.SmartUI.Controls.ToolBar.SmartToolBar
               Xceed.SmartUI.Controls.TreeView.SmartTreeView

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

Reference

SmartControl Members
Xceed.SmartUI Namespace