MonobjcMonobjc Documented Class Library
ShowPreferences Method (sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerShowPreferences(Id)

Displays a preferences window.

Original signature is '- (void)showPreferences:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowPreferences(
	Id sender
)
Public Overridable Sub ShowPreferences ( _
	sender As Id _
)
public:
virtual void ShowPreferences(
	Id^ sender
)
Parameters
sender (Id)
The object sending the message to show the preference window.
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)