Click or drag to resize

DataBrowser.SetCaption Method (Typed)

X#
Set the caption for the data browser title bar.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetCaption(
	cText AS STRING
) AS LOGIC
Request Example View Source

Parameters

cText
Type: String
The text to be used as the caption.

Return Value

Type: Logic
Remarks
Setting a blank caption ("") causes the title bar to be displayed with no caption. Setting a null caption causes the title bar to be hidden. By embedding newline characters in the caption string, the title bar changes height to accommodate multiple lines.
See Also