C# 클래스 Dev2.Studio.Core.AppResources.Browsers.InternalBrowserPopupController

상속: BrowserPopupControllerAbstract
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
FindPopup ( ) : IntPtr
InternalBrowserPopupController ( ) : System
SetPopupForeground ( IntPtr hwnd ) : void
SetPopupIcon ( IntPtr hwnd ) : void
SetPopupTitle ( IntPtr hwnd ) : void
ShowPopup ( string url ) : bool

비공개 메소드들

메소드 설명
FindWindow ( string lclassName, string windowTitle ) : IntPtr
SetClassLong ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowText ( IntPtr hWnd, String strNewWindowName ) : bool

메소드 상세

FindPopup() 공개 메소드

public FindPopup ( ) : IntPtr
리턴 System.IntPtr

InternalBrowserPopupController() 공개 메소드

public InternalBrowserPopupController ( ) : System
리턴 System

SetPopupForeground() 공개 메소드

public SetPopupForeground ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

SetPopupIcon() 공개 메소드

public SetPopupIcon ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

SetPopupTitle() 공개 메소드

public SetPopupTitle ( IntPtr hwnd ) : void
hwnd System.IntPtr
리턴 void

ShowPopup() 공개 메소드

public ShowPopup ( string url ) : bool
url string
리턴 bool