TextBox.Message Property (Typed) | |
A string value representing the TextBox message.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Message AS STRING GET SET
public virtual string Message { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string value representing the TextBox message.
See Also