C# 클래스 FarsiLibrary.Win.FAPopup.FAWinPopupController

상속: IPopupServiceControl
파일 보기 프로젝트 열기: HEskandari/FarsiLibrary

공개 메소드들

메소드 설명
EmulateFormFocus ( IntPtr formHandle ) : void
PopupClosed ( IPopupControl popup ) : void
PopupShowing ( IPopupControl popup ) : void
SetSimpleVisibleCore ( IntPtr handle, IntPtr parentForm, bool newVisible ) : bool
SetVisibleCore ( IntPtr handle, bool newVisible ) : bool
UpdateTopMost ( IntPtr handle ) : void
WndProc ( Message &m ) : bool

비공개 메소드들

메소드 설명
SendMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int cmdShow ) : bool

메소드 상세

EmulateFormFocus() 공개 메소드

public EmulateFormFocus ( IntPtr formHandle ) : void
formHandle System.IntPtr
리턴 void

PopupClosed() 공개 메소드

public PopupClosed ( IPopupControl popup ) : void
popup IPopupControl
리턴 void

PopupShowing() 공개 메소드

public PopupShowing ( IPopupControl popup ) : void
popup IPopupControl
리턴 void

SetSimpleVisibleCore() 공개 메소드

public SetSimpleVisibleCore ( IntPtr handle, IntPtr parentForm, bool newVisible ) : bool
handle System.IntPtr
parentForm System.IntPtr
newVisible bool
리턴 bool

SetVisibleCore() 공개 메소드

public SetVisibleCore ( IntPtr handle, bool newVisible ) : bool
handle System.IntPtr
newVisible bool
리턴 bool

UpdateTopMost() 공개 메소드

public UpdateTopMost ( IntPtr handle ) : void
handle System.IntPtr
리턴 void

WndProc() 공개 메소드

public WndProc ( Message &m ) : bool
m System.Windows.Forms.Message
리턴 bool