Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Longkong
WinFormsUI
DisplayingDockList
C# Class Longkong.WinFormsUI.DisplayingDockList
Inheritance:
System.Collections.ReadOnlyCollectionBase
显示文件
Open project: Longkong/Pojjaman
Class Usage Examples
Public Methods
Method
Description
Contains
(
DockPane
pane
) :
bool
IndexOf
(
DockPane
pane
) :
int
this
(
int
index
) :
DockPane
Private Methods
Method
Description
CalculateBounds
( ) :
void
DisplayingDockList
(
DockList
dockList
) :
System
Refresh
( ) :
void
Remove
(
DockPane
pane
) :
void
Method Details
Contains()
public
method
public
Contains
(
DockPane
pane
) :
bool
pane
DockPane
return
bool
IndexOf()
public
method
public
IndexOf
(
DockPane
pane
) :
int
pane
DockPane
return
int
this()
public
method
public
this
(
int
index
) :
DockPane
index
int
return
DockPane