Gets or sets the position of the title along the border of the
SuperPanel.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property TitlePosition As TitlePosition |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As TitlePosition
instance.TitlePosition = value
value = instance.TitlePosition
|
Return Value
A
TitlePosition value, this property specifies the location of the title along the border of the
SuperPanel. The default value is
TopCenter.
Remarks
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also