MonobjcMonobjc Documented Class Library
ApplyStyle Method (style)
NamespacesMonobjc.WebKitWebViewApplyStyle(IntPtr)

Applies the CSS typing style to the current selection.

Original signature is '- (void)applyStyle:(DOMCSSStyleDeclaration *)style'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ApplyStyle(
	IntPtr style
)
Public Overridable Sub ApplyStyle ( _
	style As IntPtr _
)
public:
virtual void ApplyStyle(
	IntPtr style
)
Parameters
style (IntPtr)
The style to apply to the current selection.
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)