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

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

공개 메소드들

메소드 설명
PropertyRowLabel ( Flood.GUI.Controls.PropertyRow parent ) : Flood.GUI.Controls

Initializes a new instance of the PropertyRowLabel class.

UpdateColors ( ) : void

Updates control colors.

메소드 상세

PropertyRowLabel() 공개 메소드

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

UpdateColors() 공개 메소드

Updates control colors.
public UpdateColors ( ) : void
리턴 void