public void GetRun( int index, out int start, out int length, out Font font )
'Declaration Public Sub GetRun( _ ByVal index As Integer, _ ByRef start As Integer, _ ByRef length As Integer, _ ByRef font As Font _ )
'Declaration
Public Sub GetRun( _ ByVal index As Integer, _ ByRef start As Integer, _ ByRef length As Integer, _ ByRef font As Font _ )
'Usage Dim instance As RichText Dim index As Integer Dim start As Integer Dim length As Integer Dim font As Font instance.GetRun(index, start, length, font)
'Usage
Dim instance As RichText Dim index As Integer Dim start As Integer Dim length As Integer Dim font As Font instance.GetRun(index, start, length, font)
RichText Class RichText Members