This member supports the 
RichTextEditor control and is not intended for use from your code.
            
 Namespace: Mindscape.SilverlightElementsAssembly: 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  | 
Return Value
IContainerEditor
See Also