Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OfficeTaskPane Namespace / SmartOfficeTaskPane Class
Members


In This Topic
    SmartOfficeTaskPane Class
    In This Topic
    Represents a SmartControl designed to be used as an Office taskpane.
    Syntax
    'Declaration
     
    <ToolboxItemAttribute(True)>
    <DescriptionAttribute("Represents a SmartControl designed to be used as an Office taskpane.")>
    <DesignerAttribute("Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
    <DesignerCategoryAttribute("")>
    <DefaultPropertyAttribute("UIStyle")>
    <DefaultEventAttribute("Click")>
    <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 Class SmartOfficeTaskPane 
       Inherits Xceed.SmartUI.SmartControl
    'Usage
     
    Dim instance As SmartOfficeTaskPane
    [ToolboxItem(true)]
    [Description("Represents a SmartControl designed to be used as an Office taskpane.")]
    [Designer("Xceed.SmartUI.Design.SmartControlDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
    [DesignerCategory("")]
    [DefaultProperty("UIStyle")]
    [DefaultEvent("Click")]
    [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 class SmartOfficeTaskPane : Xceed.SmartUI.SmartControl 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                Xceed.SmartUI.SmartControl
                   Xceed.SmartUI.Controls.OfficeTaskPane.SmartOfficeTaskPane

    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