Represents the windowing features supported by this control.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property SupportedFeatures As WindowFeatures |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXWindowChrome
Dim value As WindowFeatures
instance.SupportedFeatures = value
value = instance.SupportedFeatures |
Delphi | |
---|
public read-write property SupportedFeatures: WindowFeatures; virtual; |
Managed Extensions for C++ | |
---|
public: __property virtual WindowFeatures get_SupportedFeatures();
public: __property virtual void set_SupportedFeatures(
WindowFeatures 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