C# 클래스 Gwen.ControlInternal.DownArrow

ComboBox arrow.
상속: Controls.ControlBase
파일 보기 프로젝트 열기: gered/gwen-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
DownArrow ( ComboBox parent ) : System

Initializes a new instance of the DownArrow class.

보호된 메소드들

메소드 설명
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

메소드 상세

DownArrow() 공개 메소드

Initializes a new instance of the DownArrow class.
public DownArrow ( ComboBox parent ) : System
parent ComboBox Parent control.
리턴 System

Render() 보호된 메소드

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