C# 클래스 FC3Editor.Parameters.ParamString

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_maxLength int
m_value string

공개 메소드들

메소드 설명
ParamString ( string display, string value ) : System

보호된 메소드들

메소드 설명
CreateUIControl ( ) : Control
OnUIValueChanged ( string value ) : void
UpdateUIControl ( Control control ) : void

메소드 상세

CreateUIControl() 보호된 메소드

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

OnUIValueChanged() 보호된 메소드

protected OnUIValueChanged ( string value ) : void
value string
리턴 void

ParamString() 공개 메소드

public ParamString ( string display, string value ) : System
display string
value string
리턴 System

UpdateUIControl() 보호된 메소드

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

프로퍼티 상세

m_maxLength 보호되어 있는 프로퍼티

protected int m_maxLength
리턴 int

m_value 보호되어 있는 프로퍼티

protected string m_value
리턴 string