ActionsPane.ActiveControl Property (2007 System)
Provides the same functionality as the ContainerControl.ActiveControl 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 ActiveControl As Control
'Usage
Dim instance As ActionsPane
Dim value As Control
value = instance.ActiveControl
instance.ActiveControl = value
[BrowsableAttribute(false)]
public Control ActiveControl { get; set; }
[BrowsableAttribute(false)]
public:
property Control^ ActiveControl {
Control^ get ();
void set (Control^ value);
}
public function get ActiveControl () : Control
public function set ActiveControl (value : Control)
Property Value
Type: System.Windows.Forms.Control
.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.