Intersoft ClientUI Documentation
OverrideWindowSettings Property



Determines whether the specified window options should be applied to the target window regardless of the property's values.
Syntax
Public Property OverrideWindowSettings As Boolean
Dim instance As WindowOptions
Dim value As Boolean
 
instance.OverrideWindowSettings = value
 
value = instance.OverrideWindowSettings
public bool OverrideWindowSettings {get; set;}
public:
property bool OverrideWindowSettings {
   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

WindowOptions Class
WindowOptions Members

Send Feedback