TabControl.SelectedTabPage Property | |
The modeless dialog window object representing the currently selected tab page in the tab control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectedTabPage AS USUAL GET
public virtual Usual SelectedTabPage { get; }
Request Example
View SourceProperty Value
Type:
UsualThe modeless dialog window object representing the currently selected tab page in the tab control.
See Also