C# 클래스 Smrf.AppLib.ComboBoxPlus

Represents a ComboBox with additional features.
상속: System.Windows.Forms.ComboBox
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
ComboBoxPlus ( ) : System

Initializes a new instance of the ComboBoxPlus class.

PopulateWithEnumValues ( Type enumType, System.Boolean formatForUser ) : void
PopulateWithObjectsAndText ( ) : void
SetTextIfEmpty ( String newText ) : void

메소드 상세

ComboBoxPlus() 공개 메소드

Initializes a new instance of the ComboBoxPlus class.
public ComboBoxPlus ( ) : System
리턴 System

PopulateWithEnumValues() 공개 메소드

public PopulateWithEnumValues ( Type enumType, System.Boolean formatForUser ) : void
enumType System.Type
formatForUser System.Boolean
리턴 void

PopulateWithObjectsAndText() 공개 메소드

public PopulateWithObjectsAndText ( ) : void
리턴 void

SetTextIfEmpty() 공개 메소드

public SetTextIfEmpty ( String newText ) : void
newText String
리턴 void