MonobjcMonobjc Documented Class Library
ShowGuessPanel Method (sender)
NamespacesMonobjc.WebKitWebViewShowGuessPanel(Id)

An action method that shows a spelling correction panel.

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

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowGuessPanel(
	Id sender
)
Public Overridable Sub ShowGuessPanel ( _
	sender As Id _
)
public:
virtual void ShowGuessPanel(
	Id^ sender
)
Parameters
sender (Id)
The object that sent this 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.WebKit (Module: Monobjc.WebKit)