Intersoft ClientUI Documentation
TitleBar Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : TitleBar Property






Gets the title bar element of the window.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TitleBar As Panel
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim value As Panel
 
value = instance.TitleBar
C# 
public Panel TitleBar {get;}
Delphi 
public read-only property TitleBar: Panel; 
JScript 
public function get TitleBar : Panel
Managed Extensions for C++ 
public: __property Panel* get_TitleBar();
C++/CLI 
public:
property Panel^ TitleBar {
   Panel^ get();
}

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.