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