ActionsPane.FindForm Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the form that the actions pane control is on.
public:
System::Windows::Forms::Form ^ FindForm();
public System.Windows.Forms.Form FindForm ();
abstract member FindForm : unit -> System.Windows.Forms.Form
Public Function FindForm () As Form
Returns
null
in all cases.
Remarks
This method returns null
because the actions pane does not have a parent form. For more information about using this method, see System.Windows.Forms.Control.FindForm.