C# Class FarsiLibrary.Win.FAPopup.FAWinPopupController

Inheritance: IPopupServiceControl
Afficher le fichier Open project: HEskandari/FarsiLibrary

Méthodes publiques

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

Private Methods

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

Method Details

EmulateFormFocus() public méthode

public EmulateFormFocus ( IntPtr formHandle ) : void
formHandle System.IntPtr
Résultat void

PopupClosed() public méthode

public PopupClosed ( IPopupControl popup ) : void
popup IPopupControl
Résultat void

PopupShowing() public méthode

public PopupShowing ( IPopupControl popup ) : void
popup IPopupControl
Résultat void

SetSimpleVisibleCore() public méthode

public SetSimpleVisibleCore ( IntPtr handle, IntPtr parentForm, bool newVisible ) : bool
handle System.IntPtr
parentForm System.IntPtr
newVisible bool
Résultat bool

SetVisibleCore() public méthode

public SetVisibleCore ( IntPtr handle, bool newVisible ) : bool
handle System.IntPtr
newVisible bool
Résultat bool

UpdateTopMost() public méthode

public UpdateTopMost ( IntPtr handle ) : void
handle System.IntPtr
Résultat void

WndProc() public méthode

public WndProc ( Message &m ) : bool
m System.Windows.Forms.Message
Résultat bool