C# 클래스 PropertyGrid.MessageDescription

파일 보기 프로젝트 열기: modesto/monoreports

Private Properties

프로퍼티 타입 설명
MessageDescription System

공개 메소드들

메소드 설명
AddOption ( string id, string text, bool setByDefault ) : void
GetOptionValue ( string id ) : bool
SetOptionValue ( string id, bool value ) : void

비공개 메소드들

메소드 설명
MessageDescription ( ) : System

메소드 상세

AddOption() 공개 메소드

public AddOption ( string id, string text, bool setByDefault ) : void
id string
text string
setByDefault bool
리턴 void

GetOptionValue() 공개 메소드

public GetOptionValue ( string id ) : bool
id string
리턴 bool

SetOptionValue() 공개 메소드

public SetOptionValue ( string id, bool value ) : void
id string
value bool
리턴 void