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

Inheritance: BrowserPopupControllerAbstract
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public FindPopup ( ) : IntPtr
Résultat System.IntPtr

InternalBrowserPopupController() public méthode

public InternalBrowserPopupController ( ) : System
Résultat System

SetPopupForeground() public méthode

public SetPopupForeground ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

SetPopupIcon() public méthode

public SetPopupIcon ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

SetPopupTitle() public méthode

public SetPopupTitle ( IntPtr hwnd ) : void
hwnd System.IntPtr
Résultat void

ShowPopup() public méthode

public ShowPopup ( string url ) : bool
url string
Résultat bool