C# Class Dev2.Studio.Core.AppResources.Browsers.ExternalBrowserPopupController

Inheritance: BrowserPopupControllerAbstract
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
FindPopup ( ) : IntPtr
SetPopupForeground ( IntPtr hwnd ) : void
SetPopupIcon ( IntPtr hwnd ) : void
SetPopupTitle ( IntPtr hwnd ) : void
ShowPopup ( string url ) : bool

Method Details

FindPopup() public method

public FindPopup ( ) : IntPtr
return System.IntPtr

SetPopupForeground() public method

public SetPopupForeground ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void

SetPopupIcon() public method

public SetPopupIcon ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void

SetPopupTitle() public method

public SetPopupTitle ( IntPtr hwnd ) : void
hwnd System.IntPtr
return void

ShowPopup() public method

public ShowPopup ( string url ) : bool
url string
return bool