Click or drag to resize

TabControl.SetCaption Method (Typed)

X#
Set a new caption for a tab.

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

Parameters

symTabName
Type: Symbol
The symbolic name of the tab whose caption you want to obtain.
cCaption
Type: String
The new caption for the Tab

Return Value

Type: Logic
TRUE if the caption could be changed; otherwise FALSE
See Also