TabControl.SetCaption Method | |
Set a new caption for a tab.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetCaption(
symTabName,
cCaption
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetCaption(
Usual symTabName = default,
Usual cCaption = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the tab whose caption you want to obtain. - cCaption (Optional)
- Type: Usual
The new caption for the Tab
Return Value
Type:
Usual
TRUE if the caption could be changed; otherwise FALSE
See Also