DataWindow.ClipperKeys Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ClipperKeys AS LOGIC GET SET
public virtual bool ClipperKeys { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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