IFocusableIntellisensePresenter.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 focus within the presentation that this presenter is rendering.
public:
bool Focus();
public:
bool Focus();
bool Focus();
public bool Focus ();
abstract member Focus : unit -> bool
Public Function Focus () As Boolean
Returns
true
if focus set successfully, false
otherwise.