7 references to GetTabPage
System.Windows.Forms (7)
System\Windows\Forms\Controls\TabControl\TabControl.cs (6)
979
TabPage t =
GetTabPage
(index);
984
SelectedTab =
GetTabPage
(++index);
988
SelectedTab =
GetTabPage
(0);
1053
return
GetTabPage
(index);
1661
TabPage t =
GetTabPage
(index);
1913
string? tipText = GetToolTipText(
GetTabPage
(commandID));
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
28
get => _owner.
GetTabPage
(index);