ActionsPane.Focus Method

Definition

Sets input focus to the actions pane.

public:
 bool Focus();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Focus ();
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Focus : unit -> bool
Public Function Focus () As Boolean

Returns

false in all cases, even when the ActionsPane successfully receives the focus.

Attributes

Remarks

This method provides the same functionality as the System.Windows.Forms.Control.Focus method. For more information about using this method, see System.Windows.Forms.Control.Focus.

Applies to