This member supports the RichTextEditor control and is not intended for use from your code.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override IContainerEditor FindElementAtPoint(
	Point p,
	out int index
)
Visual Basic
Protected Overrides Function FindElementAtPoint ( _
	p As Point, _
	<OutAttribute> ByRef index As Integer _
) As IContainerEditor
Visual C++
protected:
virtual IContainerEditor^ FindElementAtPoint(
	Point p, 
	[OutAttribute] int% index
) override

Parameters

p
Type: System.Windows..::..Point
Point
index
Type: System..::..Int32%
Int32

Return Value

IContainerEditor

See Also