DataBrowser.Caption Property | |
A string representing the caption of the data browser for use in its title bar.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Caption AS USUAL SET
public override Usual Caption { set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the caption of the data browser for use in its title bar.
Remarks
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