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