IOleInPlaceSiteWindowless.GetFocus 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.
Called by an in-place active, windowless object to determine if it still has the keyboard focus or not.
public:
int GetFocus();
public:
int GetFocus();
int GetFocus();
public int GetFocus ();
abstract member GetFocus : unit -> int
Public Function GetFocus () As Integer
Returns
S_OK The object currently has the keyboard focus. S_FALSE The object does not currently have the keyboard focus.
Remarks
For information on the COM interface, see IOleInPlaceSiteWindowless::GetFocus