Key navigation directions. More...
Public Member Functions | |
TextKeyNavigationDirection (int value) | |
Constructs a TextKeyNavigationDirection of an integer value. More... | |
TextKeyNavigationDirection (TextKeyNavigationDirection enum_) | |
Constructs a copy of a TextKeyNavigationDirection object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static TextKeyNavigationDirection | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static TextKeyNavigationDirection | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
LeftToRight =(0) | |
Specifies left-to-right key navigation where: Right arrow key moves cursor or selection end point forward in the logical order of the characters. More... | |
RightToLeft =(1) | |
Specifies right-to-left key navigation where: Left arrow key moves cursor or selection end point forward in the logical order of the characters. More... | |
Key navigation directions.
TextKeyNavigationDirection | ( | int | value | ) |
Constructs a TextKeyNavigationDirection of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a TextKeyNavigationDirection object.
enum_ | TextKeyNavigationDirection to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
LeftToRight =(0) |
Specifies left-to-right key navigation where:
Right arrow key moves cursor or selection end point forward in the logical order of the characters.
Left arrow key moves cursor or selection end point backward in the logical order of the characters.
RightToLeft =(1) |
Specifies right-to-left key navigation where:
Left arrow key moves cursor or selection end point forward in the logical order of the characters.
Right arrow key moves cursor or selection end point backward in the logical order of the characters.