Types of candidates windows provide by the Input Method Kit.
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public enum IMKCandidatePanelType
Public Enumeration IMKCandidatePanelType
public enum class IMKCandidatePanelType

Member | Description |
---|---|
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. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)