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