C1.Silverlight.RichTextBox.5
Intersects Method (C1TextRange)

A C1TextRange to intersect with.
Returns whether this range intersects the parameter range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal range As C1TextRange _
) As System.Boolean
public System.bool Intersects( 
   C1TextRange range
)

Parameters

range
A C1TextRange to intersect with.

Return Value

Whether this range intersects the parameter range.
See Also

Reference

C1TextRange Class
C1TextRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.