Click or drag to resize

IShowMessageEventArgs Properties

The IShowMessageEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Action to display
Public propertyContent
Explaination of the instruction
Public propertyDefaultAction
Default action
Public propertyDisplayDontShowAgain
Add a check "dont show again"
Public propertyFooterContent
Gets/sets Complementary Explaination of choices
Public propertyFooterType
Type of message (question, warning, error)
Public propertyInstruction
short Message to display as main instruction
Public propertyResult
Result returns by the method
Public propertyResultChoice
return the id of the selected choice.
Public propertyResultDontShowAgain
Indicate if the user choice for dont show again. True if the user check this option
Public propertyType
Type of message (question, warning, error)
Top
See Also