DataBrowser.SetCaption Method (Typed) | |
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
public virtual bool SetCaption(
string cText
)
Request Example
View SourceParameters
- cText
- Type: String
The text to be used as the caption.
Return Value
Type:
LogicRemarks
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