| 530 | static_cast<TabControl*>(this)->beginToItemAt(_index); |
| 531 | } |
| 532 | void MemberObsolete<TabControl>::showBarSelectButton() |
| 533 | { |
| 534 | static_cast<TabControl*>(this)->beginToItemSelected(); |
| 535 | } |
| 536 | size_t MemberObsolete<TabControl>::getSheetCount() const |
| 537 | { |
| 538 | return static_cast<const TabControl*>(this)->getItemCount(); |
nothing calls this directly
no test coverage detected