SingleLineEdit.Picture Property | |
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
public virtual Usual Picture { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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