ActionsPane.FindForm Method
Retrieves the form that the actions pane control is on.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Function FindForm As Form
Form FindForm()
Return Value
Type: System.Windows.Forms.Form
nulla null reference (Nothing in Visual Basic) in all cases.
Remarks
This method returns nulla null reference (Nothing in Visual Basic) because the actions pane does not have a parent form. For more information about using this method, see Control.FindForm.
.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.
See Also
Reference
Microsoft.Office.Tools Namespace