The AllowEnsureVisibleFaceOnKeyEnum type supports the following values:
Name | Value | Description | |||
exEnsureVisibleFaceOnKeyDisabled | 0 | The control does nothing, when user presses a key. | |||
exEnsureVisibleFaceOnSpace | 1 | A face that's partially visible, gets fully visible, once the user presses the SPACE key. | |||
exNextVisibleFaceOnSpace | 2 | The next face become fully visible, when user presses the SPACE key. The EnsureVisibleFaces property indicates the order of the faces. | |||
exEnsureVisibleFaceOnNumberKey | 4 | Any key from 0 to 5 brings the associated face in front. For instance, if the user presses the 0, the front face is getting to the front. The EnsureVisibleFaces property indicates the faces, that can be used by key. | |||
exEnsureVisibleFaceOnArrowKey | 16 | The Left/Right and Up/Down arrows brings the faces in the specified direction. |