MonobjcMonobjc Documented Class Library
IMKCandidates Constructor (server, panelType)
NamespacesMonobjc.InputMethodKitIMKCandidatesIMKCandidates(IMKServer, IMKCandidatePanelType)

Returns the initialized IMKCandidates object.

Original signature is '- (id)initWithServer:(IMKServer *)server panelType:(IMKCandidatePanelType)panelType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public IMKCandidates(
	IMKServer server,
	IMKCandidatePanelType panelType
)
Public Sub New ( _
	server As IMKServer, _
	panelType As IMKCandidatePanelType _
)
public:
IMKCandidates(
	IMKServer^ server, 
	IMKCandidatePanelType panelType
)
Parameters
server (IMKServer)
The IMKServer object that manages the candidate and the panel type.
panelType (IMKCandidatePanelType)
A panel type for the candidate window.
Return Value
The initialized IMKCandidates object.
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)