TabControl.SetTabImage Method (Typed) | |
Dynamically change the image (index) of a tab page.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTabImage(
symTabName AS SYMBOL,
nImageIndex AS LONG
) AS LONG
public virtual int SetTabImage(
Symbol symTabName,
int nImageIndex
)
Request Example
View SourceParameters
- symTabName
- Type: Symbol
The symbol of the page on which the image index will be changed. - nImageIndex
- Type: Long
The index into the image list.
Return Value
Type:
Long
The new index into the image list.
See Also