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

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

공개 메소드들

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

메소드 상세

FindPopup() 공개 메소드

public FindPopup ( ) : IntPtr
리턴 System.IntPtr

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