C# Class FarsiLibrary.Win.FAPopup.FAWinPopupController

Inheritance: IPopupServiceControl
Mostrar archivo Open project: HEskandari/FarsiLibrary

Public Methods

Method 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

Method 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 method

public EmulateFormFocus ( IntPtr formHandle ) : void
formHandle System.IntPtr
return void

PopupClosed() public method

public PopupClosed ( IPopupControl popup ) : void
popup IPopupControl
return void

PopupShowing() public method

public PopupShowing ( IPopupControl popup ) : void
popup IPopupControl
return void

SetSimpleVisibleCore() public method

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

SetVisibleCore() public method

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

UpdateTopMost() public method

public UpdateTopMost ( IntPtr handle ) : void
handle System.IntPtr
return void

WndProc() public method

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