MonobjcMonobjc Documented Class Library
IMKCandidatesLocationHint Enumeration
NamespacesMonobjc.InputMethodKitIMKCandidatesLocationHint

Hints that suggest where to place the candidates window.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum IMKCandidatesLocationHint
Public Enumeration IMKCandidatesLocationHint
public enum class IMKCandidatesLocationHint
Members
MemberDescription
kIMKLocateCandidatesAboveHint

Place the candidates window above the start of the current text selection.

Available in Mac OS X v10.5 and later.


kIMKLocateCandidatesBelowHint

Place the candidates window below the start of the current text selection.

Available in Mac OS X v10.5 and later.


kIMKLocateCandidatesLeftHint

Place the candidates window to the left of the current text selection.

Available in Mac OS X v10.5 and later.


kIMKLocateCandidatesRightHint

Place the candidates window to the right of the current text selection.

Available in Mac OS X v10.5 and later.


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)