constants AllowEnsureVisibleFaceOnKeyEnum
The AllowEnsureVisibleFaceOnKeyEnum type specifies the action that control performs when user presses a key. The AllowEnsureVisibleFaceOnKey property specifies whether the user can navigate through the faces using the keys. The AlwaysEnsureVisibleFace property indicates whether the control allows fully visible face when user drags the cube to a different position. The EnsureVisibleFaces property specifies the faces that can be fully visible, when EnsureVisibleFace method is performed.

The AllowEnsureVisibleFaceOnKeyEnum type supports the following values:

NameValueDescription
exEnsureVisibleFaceOnKeyDisabled0 The control does nothing, when user presses a key.
exEnsureVisibleFaceOnSpace1 A face that's partially visible, gets fully visible, once the user presses the SPACE key.
exNextVisibleFaceOnSpace2 The next face become fully visible, when user presses the SPACE key. The EnsureVisibleFaces property indicates the order of the faces.
exEnsureVisibleFaceOnNumberKey4 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. 
exEnsureVisibleFaceOnArrowKey16 The Left/Right and Up/Down arrows brings the faces in the specified direction.