MonobjcMonobjc Documented Class Library
ReplaceSelectionWithNode Method (node)
NamespacesMonobjc.WebKitWebViewReplaceSelectionWithNode(IntPtr)

Replaces the receiver’s current selection with the specified DOM node.

Original signature is '- (void)replaceSelectionWithNode:(DOMNode *)node'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplaceSelectionWithNode(
	IntPtr node
)
Public Overridable Sub ReplaceSelectionWithNode ( _
	node As IntPtr _
)
public:
virtual void ReplaceSelectionWithNode(
	IntPtr node
)
Parameters
node (IntPtr)
The node that replaces the current selection. If nil, a NOT_FOUND_ERR DOM error is thrown as an exception. Use the deleteSelection method to delete the 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)