Intersoft ClientUI Documentation
SupportedFeatures Property



Represents the windowing features supported by this control.
Syntax
Public Overridable Property SupportedFeatures As WindowFeatures
Dim instance As UXWindowChrome
Dim value As WindowFeatures
 
instance.SupportedFeatures = value
 
value = instance.SupportedFeatures
public virtual WindowFeatures SupportedFeatures {get; set;}
public:
virtual property WindowFeatures SupportedFeatures {
   WindowFeatures get();
   void set (    WindowFeatures 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

UXWindowChrome Class
UXWindowChrome Members

Send Feedback