MonobjcMonobjc Documented Class Library
IMKCandidatePanelType Enumeration
NamespacesMonobjc.InputMethodKitIMKCandidatePanelType

Types of candidates windows provide by the Input Method Kit.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum IMKCandidatePanelType
Public Enumeration IMKCandidatePanelType
public enum class IMKCandidatePanelType
Members
MemberDescription
kIMKSingleColumnScrollingCandidatePanel

A window that displays one column and can scroll if necessary.

Available in Mac OS X v10.5 and later.


kIMKScrollingGridCandidatePanel

A window that displays a grid and can scroll if necessary.

Available in Mac OS X v10.5 and later.


kIMKSingleRowSteppingCandidatePanel

A window that displays a single row.

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)