C# Class PropertyGrid.MessageDescription

Afficher le fichier Open project: modesto/monoreports

Private Properties

Свойство Type Description
MessageDescription System

Méthodes publiques

Méthode Description
AddOption ( string id, string text, bool setByDefault ) : void
GetOptionValue ( string id ) : bool
SetOptionValue ( string id, bool value ) : void

Private Methods

Méthode Description
MessageDescription ( ) : System

Method Details

AddOption() public méthode

public AddOption ( string id, string text, bool setByDefault ) : void
id string
text string
setByDefault bool
Résultat void

GetOptionValue() public méthode

public GetOptionValue ( string id ) : bool
id string
Résultat bool

SetOptionValue() public méthode

public SetOptionValue ( string id, bool value ) : void
id string
value bool
Résultat void