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

Tree node toggle button (the little plus sign).
상속: Flood.GUI.Controls.Button
파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

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

Initializes a new instance of the TreeToggleButton class.

보호된 메소드들

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

Renders the control using specified skin.

RenderFocus ( Skins skin ) : void

Renders the focus overlay.

메소드 상세

Render() 보호된 메소드

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

RenderFocus() 보호된 메소드

Renders the focus overlay.
protected RenderFocus ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

TreeToggleButton() 공개 메소드

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