Share via


ActionsPane.Parent Property (2007 System)

Provides the same functionality as the Control.Parent 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 Parent As Control
'Usage
Dim instance As ActionsPane 
Dim value As Control 

value = instance.Parent

instance.Parent = value
[BrowsableAttribute(false)]
public Control Parent { get; set; }
[BrowsableAttribute(false)]
public:
property Control^ Parent {
    Control^ get ();
    void set (Control^ value);
}
public function get Parent () : Control 
public function set Parent (value : Control)

Property Value

Type: System.Windows.Forms.Control

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace