IsOnSelectedTab
IsOnSelectedTab
TRUE if on a tab page that is currently selected
Read-only Runtime-only Boolean property
Applies to: Generic
Introduced in KCML version 5.02
This read-only Boolean property returns TRUE if the control is on the selected tab page of a tab control. The selected page is the one whose controls are exposed.
If the control is not on a tab the value of the property is unpredictable and should not be used.
Note: This property was introduced under the name .TabVisible in KCML5.02 but was renamed .IsOnSelectedTab in KCML5.04.00.5374 as that name more accurately represented what the property means and it resolved an ambiguity with the tab page property of that name which was also renamed as IsSelected.