Intersoft ClientUI Documentation
WindowUseDefaultChrome Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindowHost Interface : WindowUseDefaultChrome Property






Gets or sets a value indicating whether the window should use default chrome style.

Syntax

Visual Basic (Declaration) 
Property WindowUseDefaultChrome As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IWindowHost
Dim value As Boolean
 
instance.WindowUseDefaultChrome = value
 
value = instance.WindowUseDefaultChrome
C# 
bool WindowUseDefaultChrome {get; set;}
Delphi 
read-write property WindowUseDefaultChrome: Boolean; 
JScript 
function get,set WindowUseDefaultChrome : boolean
Managed Extensions for C++ 
__property bool get_WindowUseDefaultChrome();
__property void set_WindowUseDefaultChrome( 
   bool value
);
C++/CLI 
property bool WindowUseDefaultChrome {
   bool get();
   void set (    bool value);
}

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.