Click or drag to resize

SingleLineEdit.Picture Property (Typed)

X#
A picture string for a single-line edit control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Picture AS STRING GET SET 
Request Example View Source

Property Value

Type: String
A picture string for a single-line edit control.
Remarks
A picture string for a single-line edit control. If there is a field specification attached to the single-line edit control, the picture should be provided in the field specification and not via the Properties window in the window editor. The use of the SingleLineEdit:Picture assign will overwrite the field specification's picture string.
See Also