C# Class PropertyGrid.QuestionMessage

Inheritance: MessageDescription
显示文件 Open project: modesto/monoreports Class Usage Examples

Public Methods

Method Description
QuestionMessage ( ) : System
QuestionMessage ( string text ) : System
QuestionMessage ( string text, string secondaryText ) : System

Method Details

QuestionMessage() public method

public QuestionMessage ( ) : System
return System

QuestionMessage() public method

public QuestionMessage ( string text ) : System
text string
return System

QuestionMessage() public method

public QuestionMessage ( string text, string secondaryText ) : System
text string
secondaryText string
return System