SingleLineEdit.Picture Property (Typed) | |
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
public virtual string Picture { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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