The region associated to the adapter.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Protected ReadOnly Property ControlRegion As IRegion  | 
 
| C# |   | 
|---|
protected IRegion ControlRegion {get;} | 
 
| Delphi |   | 
|---|
protected read-only property ControlRegion: IRegion;   | 
 
| JScript |   | 
|---|
protected function get ControlRegion : IRegion  | 
 
| Managed Extensions for C++ |   | 
|---|
protected: __property IRegion* get_ControlRegion();  | 
 
            
            
             
            
            
            
            
            
            
            
            
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