Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) System.Windows.Forms TabControl.Hide示例
编程语言:
C# (CSharp)
命名空间/包名称:
System.Windows.Forms
类/类型:
TabControl
方法/功能:
Hide
hotexamples.com的示例:
1
C# (CSharp) System.Windows.Forms TabControl.Hide - 已找到1个示例
。这些是从开源项目中提取的最受好评的
System.Windows.Forms.TabControl.Hide
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetHashCode(22)
GetTabRect(5)
SuspendLayout(5)
ResumeLayout(5)
Refresh(5)
AddTabPage(3)
Show(3)
CreateControl(3)
RemoveTabPage(3)
PointToClient(3)
FindTabPage(3)
IndexForTabPage(3)
SelectTab(2)
OnDrawItemInternal(2)
Invalidate(2)
add_Tab(2)
Focus(2)
DeselectTab(2)
GetType(1)
Dispose(1)
UpdateTabSelection(1)
UpdateTab(1)
UpdateButtons(1)
ToString(1)
BringToFront(1)
CheckNavButtons(1)
SetTab(1)
SetBounds(1)
Contains(1)
SafelyInvoke(1)
RemoveAll(1)
Hide(1)
DoDragDrop(1)
Redraw(1)
FindForm(1)
OrThrowIfNull(1)
OnSelectedIndexChanged(1)
InvokeIfRequired(1)
ApplyItemSize(1)
GetNextControl(1)
InsertTab(1)
Insert(1)
GetTab(1)
Invoke(1)
常用方法
GetHashCode (22)
GetTabRect (5)
SuspendLayout (5)
ResumeLayout (5)
Refresh (5)
AddTabPage (3)
Show (3)
CreateControl (3)
RemoveTabPage (3)
PointToClient (3)
常用方法
FindTabPage (3)
IndexForTabPage (3)
SelectTab (2)
OnDrawItemInternal (2)
Invalidate (2)
add_Tab (2)
Focus (2)
DeselectTab (2)
GetType (1)
Dispose (1)
UpdateTabSelection (1)
UpdateTab (1)
UpdateButtons (1)
ToString (1)
BringToFront (1)
CheckNavButtons (1)
SetTab (1)
SetBounds (1)
Contains (1)
SafelyInvoke (1)
常用方法
UpdateTabSelection (1)
UpdateTab (1)
UpdateButtons (1)
ToString (1)
BringToFront (1)
CheckNavButtons (1)
SetTab (1)
SetBounds (1)
Contains (1)
SafelyInvoke (1)
RemoveAll (1)
Hide (1)
DoDragDrop (1)
Redraw (1)
FindForm (1)
OrThrowIfNull (1)
OnSelectedIndexChanged (1)
InvokeIfRequired (1)
ApplyItemSize (1)
GetNextControl (1)
InsertTab (1)
Insert (1)
GetTab (1)
Invoke (1)
常用方法
RemoveAll (1)
Hide (1)
DoDragDrop (1)
Redraw (1)
FindForm (1)
OrThrowIfNull (1)
OnSelectedIndexChanged (1)
InvokeIfRequired (1)
ApplyItemSize (1)
GetNextControl (1)
InsertTab (1)
Insert (1)
GetTab (1)
Invoke (1)
TabControl Class Documentation
示例#1
0
显示文件
private void ActivateLog() { logBox.Visible = true; tabControl.Hide(); }
x