Dialog Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Dialog type exposes the following members.
Properties
Name | Description | |
---|---|---|
Button1Text |
Sets the text for Button1. Default is 'Ok'
|
|
Button2Text |
Sets the text for Button2. If no text is set the button will not be displayed
|
|
Button3Text |
Set the text for Button3. If no text is set the button will not be displayed
|
|
ButtonClickedText |
Gets the text of the button that the user clicked
|
|
ConfirmText |
Sets the confirmation text for the message that is displayed. Default is 'Confirm'
|
|
ErrorText |
Sets the text for the error messagebox if Confirm fails. Default is 'The supplied values do not match'
|
|
ErrorTitle |
Sets the title for the error messagebox if Confirm fails. Default is 'Error'
|
|
Height |
Sets the height of the form. Default is 180
|
|
MaskText |
Set to true to use the default password character to mask the user input
|
|
MessageBold |
Sets whether the message text is bold. Default is false.
|
|
MessageColour |
Sets the message text colour. Default is ControlText (usually black).
|
|
Text |
Sets the text for the message that is displayed
|
|
Title |
Sets the Title of the Dialog. Default is 'Message' for Show and Prompt, 'Confirm' for Confirm TaskAction
|
|
UserText |
Gets the text that the user typed into the Prompt
|
|
Width |
Sets the width of the form. Default is 400
|
See Also