C# Class AcManager.Controls.Dialogs.PromptCodeFromBrowser

Show file Open project: gro-ove/actools

Public Methods

Method Description
GetOpenWindows ( ) : string>.IDictionary

Returns a dictionary that contains the handle and title of all the open windows.

Private Methods

Method Description
Show ( [ url, Regex titleMatch, string description, string title, string watermark = null, string toolTip = null, bool multiline = false, bool passwordMode = false, int maxLength = -1, IEnumerable suggestions = null, Window window = null, CancellationToken cancellation = default(CancellationToken) ) : Task

Method Details

GetOpenWindows() public static method

Returns a dictionary that contains the handle and title of all the open windows.
public static GetOpenWindows ( ) : string>.IDictionary
return string>.IDictionary