Gets the specified text item's invert flag.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function GetTextInvertAtIndex( _
ByVal Index As Integer _
) As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IGtol
Dim Index As Integer
Dim value As Integer
value = instance.GetTextInvertAtIndex(Index)
|
| C# | |
|---|
int GetTextInvertAtIndex(
int Index
) |
| C++/CLI | |
|---|
int GetTextInvertAtIndex(
& int Index
) |
Parameters
- Index
- 0-based index of the piece of text
Return Value
Invert flag for the specified text item
Remarks
See Also