TabControl.GetTabImage Method (Typed) | |
Return the current image for a tab.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTabImage(
symTabName AS SYMBOL
) AS LONG
public virtual int GetTabImage(
Symbol symTabName
)
Request Example
View SourceParameters
- symTabName
- Type: Symbol
The symbolic name of the tab whose image you want to obtain.
Return Value
Type:
Long
The current image number of the specified tab.
See Also