MonobjcMonobjc Documented Class Library
PanelType Property
NamespacesMonobjc.InputMethodKitIMKCandidatesPanelType

Returns the style of the candidates window.

Original signature is '- (IMKCandidatePanelType)panelType'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IMKCandidatePanelType PanelType { get; set; }
Public Overridable Property PanelType As IMKCandidatePanelType
	Get
	Set
public:
virtual property IMKCandidatePanelType PanelType {
	IMKCandidatePanelType get ();
	void set (IMKCandidatePanelType value);
}
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)