C# Class GoogleCloudExtension.UserPrompt.UserPromptWindow

This class represents a user prompt dialog, which replaces the VS built-in dialog with a styled one.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description
UserPromptWindow GoogleCloudExtension.Theming

Public Methods

Method Description
PromptUser ( Options options ) : bool

Show the prompt to the user with the given options.

Private Methods

Method Description
UserPromptWindow ( Options options ) : GoogleCloudExtension.Theming

Method Details

PromptUser() public static method

Show the prompt to the user with the given options.
public static PromptUser ( Options options ) : bool
options Options
return bool