NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.Region

The Region associated with this control. (defines the outline/silhouette/boundary of control)

[Visual Basic]
Public Property Region As Region
[C#]
public Region Region {get; set;}
[C++]
public: __property Region* get_Region();
public: __property void set_Region(Region*);
[JScript]
public function get Region() : Region;
public function set Region(Region);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace