MonobjcMonobjc Documented Class Library
DeactivateServer Method (sender)
NamespacesMonobjc.InputMethodKitIMKInputControllerDeactivateServer(Id)

Deactivates the input method server.

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

Available in Mac OS X v10.5 and later.

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