TabControl.InsertTab Method (Typed) | |
Insert a new tab and tab page at a particular position in the tab control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD InsertTab(
nPosition,
symTabName,
cCaption,
xPage,
nImage
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual InsertTab(
Usual nPosition = default,
Usual symTabName = default,
Usual cCaption = default,
Usual xPage = default,
Usual nImage = default
)
Request Example
View SourceParameters
- nPosition (Optional)
- Type: Usual
The numeric position of the new tab. - 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