Click or drag to resize

SingleLineEdit.Picture Property

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

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

Property Value

Type: Usual
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