C# 클래스 ComponentFactory.Krypton.Docking.DockingMultiUpdate

Helper class used inside a 'using' statement to notify start and end of a multi-part update.
상속: IDisposable
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Release managed and unmanaged resources.

DockingMultiUpdate ( IDockingElement dockingElement ) : System

Initialize a new instance of the DockingMultiUpdate class.

메소드 상세

Dispose() 공개 메소드

Release managed and unmanaged resources.
public Dispose ( ) : void
리턴 void

DockingMultiUpdate() 공개 메소드

Initialize a new instance of the DockingMultiUpdate class.
public DockingMultiUpdate ( IDockingElement dockingElement ) : System
dockingElement IDockingElement Reference to root element of docking hierarchy.
리턴 System