[Visual Basic] Public Sub New( _ ByVal ownerBottom As Boolean, _ ByVal ownerLeft As Boolean, _ ByVal ownerRight As Boolean, _ ByVal ownerTop As Boolean, _ ByVal tabContainer As Boolean _ ) [C#] public DockableFlags( bool ownerBottom, bool ownerLeft, bool ownerRight, bool ownerTop, bool tabContainer ); [C++] public: DockableFlags( bool ownerBottom, bool ownerLeft, bool ownerRight, bool ownerTop, bool tabContainer );
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
DockableFlags Class | DockableFlags Members | Wimark.Controls Namespace