TabControl.SetCaption Method (Typed) | |
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
public virtual bool SetCaption(
Symbol symTabName,
string cCaption
)
Request Example
View SourceParameters
- 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