XUICECaretData
Description
Contains data computed during the drawing of the current caret line that is required when during the caret if the caret is of the block type.
Properties
Name | Type | Read-Only |
---|---|---|
Character | String |
|
Style | XUICETokenStyle |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | character As String , style As XUICETokenStyle |
Property Descriptions
Character As String
The character behind the caret.
Style As XUICETokenStyle
The style of the character behind the caret.
Method Descriptions
Constructor(character As String, style As XUICETokenStyle)
Default constructor.
character
is the character behind the caret.style
is the style of the character behind the caret.