ActionsPane.FindForm Method

Definition

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.

Applies to