In This Topic
Gets the font at the specified position.
Syntax
'Declaration
Public Function GetFormat( _
ByVal As Integer _
) As Font
'Usage
Dim instance As RichText
Dim start As Integer
Dim value As Font
value = instance.GetFormat(start)
public Font GetFormat(
int
)
Parameters
- start
- The start position of the text run.
Return Value
The font at the specified position.
See Also