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

Inheritance: BrowserPopupControllerAbstract
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Private Methods

Method Description
FindWindow ( string lclassName, string windowTitle ) : IntPtr
SetClassLong ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowText ( IntPtr hWnd, String strNewWindowName ) : bool

Method Details

FindPopup() public method

public FindPopup ( ) : IntPtr
return System.IntPtr

InternalBrowserPopupController() public method

public InternalBrowserPopupController ( ) : System
return System

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