ActionsPane.Focus 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.
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.