C# 클래스 Smrf.AppLib.ListControlUtil

Utility methods for working with list controls.
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
PopulateWithEnumValues ( ListControl listControl, Type enumType, System.Boolean formatForUser ) : void
PopulateWithObjectsAndText ( ListControl listControl, Object objectTextPairs ) : void

메소드 상세

PopulateWithEnumValues() 공개 정적인 메소드

public static PopulateWithEnumValues ( ListControl listControl, Type enumType, System.Boolean formatForUser ) : void
listControl System.Windows.Forms.ListControl
enumType System.Type
formatForUser System.Boolean
리턴 void

PopulateWithObjectsAndText() 공개 정적인 메소드

public static PopulateWithObjectsAndText ( ListControl listControl, Object objectTextPairs ) : void
listControl System.Windows.Forms.ListControl
objectTextPairs Object
리턴 void