IOleInPlaceSiteWindowless::GetFocus Method ()

 

Called by an in-place active, windowless object to determine if it still has the keyboard focus or not.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

int GetFocus()

Return Value

Type: System::Int32

S_OK

The object currently has the keyboard focus.

S_FALSE

The object does not currently have the keyboard focus.

For information on the COM interface, see 282F350C-D196-40C2-880F-55F28DC48F2B

Return to top
Show: