TabControl.SelectedTab Property (Typed) | |
A symbolic name representing the currently selected tab in the tab control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectedTab AS SYMBOL GET
public virtual Symbol SelectedTab { get; }
Request Example
View SourceProperty Value
Type:
SymbolA symbolic name representing the currently selected tab in the tab control.
See Also