7 references to GetTabPage
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TabControl.cs (7)
1127
TabPage t =
GetTabPage
(index);
1130
SelectedTab =
GetTabPage
(++index);
1133
SelectedTab =
GetTabPage
(0);
1198
return(Control)
GetTabPage
(index);
1764
TabPage t =
GetTabPage
(index);
2031
string tipText = GetToolTipText(
GetTabPage
(commandID));
2249
return owner.
GetTabPage
(index);