Heureka API .NET Documentation
ApplyStyleToChrome Property



Syntax
'Declaration
 
<DescriptionAttribute("Should the Style be applied to the window chrome.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property ApplyStyleToChrome As Boolean
'Usage
 
Dim instance As LandUseConfigurationDialog
Dim value As Boolean
 
instance.ApplyStyleToChrome = value
 
value = instance.ApplyStyleToChrome
[Description("Should the Style be applied to the window chrome.")]
[Category("Appearance")]
[DefaultValue()]
public bool ApplyStyleToChrome {get; set;}
[Description("Should the Style be applied to the window chrome.")]
[Category("Appearance")]
[DefaultValue()]
public:
property bool ApplyStyleToChrome {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LandUseConfigurationDialog Class
LandUseConfigurationDialog Members

Send Feedback