C# 클래스 FC3Editor.Parameters.Parameter

상속: IParameter
파일 보기 프로젝트 열기: Azerothian/fc3editor

보호된 프로퍼티들

프로퍼티 타입 설명
m_displayName string
m_uiControls object>.Dictionary

공개 메소드들

메소드 설명
AcquireUIControl ( ) : Control
Parameter ( string display ) : System
ReleaseUIControl ( Control control ) : void
UpdateUIControls ( ) : void

보호된 메소드들

메소드 설명
CreateUIControl ( ) : Control
OnDisplayChanged ( ) : void
UpdateUIControl ( Control control ) : void

메소드 상세

AcquireUIControl() 공개 메소드

public AcquireUIControl ( ) : Control
리턴 System.Windows.Forms.Control

CreateUIControl() 보호된 추상적인 메소드

protected abstract CreateUIControl ( ) : Control
리턴 System.Windows.Forms.Control

OnDisplayChanged() 보호된 메소드

protected OnDisplayChanged ( ) : void
리턴 void

Parameter() 공개 메소드

public Parameter ( string display ) : System
display string
리턴 System

ReleaseUIControl() 공개 메소드

public ReleaseUIControl ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

UpdateUIControl() 보호된 메소드

protected UpdateUIControl ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

UpdateUIControls() 공개 메소드

public UpdateUIControls ( ) : void
리턴 void

프로퍼티 상세

m_displayName 보호되어 있는 프로퍼티

protected string m_displayName
리턴 string

m_uiControls 보호되어 있는 프로퍼티

protected Dictionary m_uiControls
리턴 object>.Dictionary