Intersoft ClientUI Documentation
TabStripPlacement Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXTabControl Class : TabStripPlacement Property






Gets or sets the docking placement of the tabstrip element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property TabStripPlacement As Dock
Visual Basic (Usage)Copy Code
Dim instance As UXTabControl
Dim value As Dock
 
instance.TabStripPlacement = value
 
value = instance.TabStripPlacement
C# 
[CategoryAttribute("Common Properties")]
public Dock TabStripPlacement {get; set;}
Delphi 
public read-write property TabStripPlacement: Dock; 
JScript 
CategoryAttribute("Common Properties")
public function get,set TabStripPlacement : Dock
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property Dock get_TabStripPlacement();
public: __property void set_TabStripPlacement( 
   Dock value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property Dock TabStripPlacement {
   Dock get();
   void set (    Dock value);
}

Remarks

UXTabControl offers the capability to easily customize the tabstrip placement with a simple property set. Built on the state-of-the-art UI architecture, UXTabControl provides flexible tabstrip placement with very lightweight visual state and XAML.

By default, the tabstrip placement is set to Top. You can customize the tabstrip placement to other positions such as Left, Right or Bottom, by setting the provided TabStripPlacement property.

The following illustration shows the tab control with different tabstrip placement setting.

Regardless of the placement, you can also customize the tabstrip alignment through the TabStripHorizontalAlignment and TabStripVerticalAlignment property respectively.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.