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

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview