DataBrowser.Caption Property (Typed) | |
A string representing the caption of the data browser for use in its title bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS STRING SET
public override string Caption { set; }
Request Example
View SourceProperty Value
Type:
StringA string representing the caption of the data browser for use in its title bar.
Implements
CaptionRemarks
A string representing the caption of the data browser for use in its title bar. By default, the data browser uses the caption defined in its hyperlabel.
Assigning a blank caption (" ") causes the title bar to be displayed with no text. Assigning a NULL_STRING causes the title bar to be hidden. Note that by embedding newline (Chr(10)) characters in the caption string, the title bar changes height to accommodate multiple lines.
See Also