Dialog Properties

MSBuild Extension Pack

Dialog Properties MSBuild Extension Pack Help 4.0.12.0

The Dialog type exposes the following members.

Properties

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

Reference