ActionsPane.Region Property (2007 System)
Provides the same functionality as the Control.Region property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Region As Region
'Usage
Dim instance As ActionsPane
Dim value As Region
value = instance.Region
instance.Region = value
[BrowsableAttribute(false)]
public Region Region { get; set; }
[BrowsableAttribute(false)]
public:
property Region^ Region {
Region^ get ();
void set (Region^ value);
}
public function get Region () : Region
public function set Region (value : Region)
Property Value
Type: System.Drawing.Region
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.