Intersoft ClientUI Documentation
SupportedFeatures Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : SupportedFeatures Property






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
C# 
public virtual WindowFeatures SupportedFeatures {get; set;}
Delphi 
public read-write property SupportedFeatures: WindowFeatures; virtual; 
JScript 
public function get,set SupportedFeatures : WindowFeatures
Managed Extensions for C++ 
public: __property virtual WindowFeatures get_SupportedFeatures();
public: __property virtual void set_SupportedFeatures( 
   WindowFeatures value
);
C++/CLI 
public:
virtual property WindowFeatures SupportedFeatures {
   WindowFeatures get();
   void set (    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

© 2012 All Rights Reserved.