C# 클래스 Flood.GUI.ControlInternal.Modal

Modal control for windows.
상속: Flood.GUI.Controls.Control
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
Modal ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the Modal class.

보호된 메소드들

메소드 설명
Layout ( Skins skin ) : void

Lays out the control's interior according to alignment, padding, dock etc.

Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

Layout() 보호된 메소드

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

Modal() 공개 메소드

Initializes a new instance of the Modal class.
public Modal ( Control parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
리턴 Flood.GUI.Controls

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void