MonobjcMonobjc Documented Class Library
Show Method (locationHint)
NamespacesMonobjc.InputMethodKitIMKCandidatesShow(IMKCandidatesLocationHint)

Shows the candidates window.

Original signature is '- (void)show:(IMKCandidatesLocationHint)locationHint'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Show(
	IMKCandidatesLocationHint locationHint
)
Public Overridable Sub Show ( _
	locationHint As IMKCandidatesLocationHint _
)
public:
virtual void Show(
	IMKCandidatesLocationHint locationHint
)
Parameters
locationHint (IMKCandidatesLocationHint)
A “IMKCandidatesLocationHint” constant that specifies the desired position of the candidates window. The Input Method Kit uses the hint to place the candidates window in a location that is in the vicinity of the hint location and ensures that the candidates window is fully visible.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.InputMethodKit (Module: Monobjc.InputMethodKit)