BCGControlBar Library for .NET
Dock Property (TasksPanePage)




Syntax
'Declaration
 
Public Overrides Property Dock As DockStyle
'Usage
 
Dim instance As TasksPanePage
Dim value As DockStyle
 
instance.Dock = value
 
value = instance.Dock
public override DockStyle Dock {get; set;}
public: __property DockStyle get_Dock() override;
public: __property void set_Dock( 
   DockStyle value
) override;
public:
property DockStyle Dock {
   DockStyle get() override;
   void set (    DockStyle value) override;
}
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

TasksPanePage Class
TasksPanePage Members
Base Implementation in Dock

Send Feedback