C1.Silverlight.RichTextBox.5
C1TextPointer Constructor(C1TextElement,Int32)

The C1TextElement where to position the C1TextPointer.
The offset where to position the C1TextPointer.
Initializes a new C1TextPointer.
Syntax
'Declaration
 
Public Function New( _
   ByVal element As C1TextElement, _
   ByVal offset As System.Integer _
)
public C1TextPointer( 
   C1TextElement element,
   System.int offset
)

Parameters

element
The C1TextElement where to position the C1TextPointer.
offset
The offset where to position the C1TextPointer.
See Also

Reference

C1TextPointer Class
C1TextPointer Members
Overload List

 

 


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