TabControl.AppendTab Method (Typed) | |
Add a new tab and tab page at the end of a tab control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AppendTab(
symTabName,
cCaption,
xPage,
nImage
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AppendTab(
Usual symTabName = default,
Usual cCaption = default,
Usual xPage = default,
Usual nImage = default
)
Request Example
View SourceParameters
- symTabName (Optional)
- Type: Usual
The symbolic name of the new tab. - cCaption (Optional)
- Type: Usual
The caption of the new tab. - xPage (Optional)
- Type: Usual
The modeless dialog window to act as the page for this tab or the symbolic name of the class to use for the tab. - nImage (Optional)
- Type: Usual
The index of the image in the tab control's image list to display in the new tab.
Return Value
Type:
Usual
TRUE if the tab was added successfully; otherwise FALSE.
See Also