DataWindow.ClipperKeys Property | |
A logical value indicating that the Clipper navigation keys (i.e., the Direction and Return keys) are to be used for this data window (TRUE if yes, FALSE if no).
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ClipperKeys AS USUAL GET SET
public virtual Usual ClipperKeys { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA logical value indicating that the Clipper navigation keys (i.e., the Direction and Return keys) are to be used for this data window (TRUE if yes, FALSE if no).
See Also