C# Class FarsiLibrary.Win.FAPopup.FATopFormBase

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: HEskandari/FarsiLibrary Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BeginUpdate ( ) : void
CancelUpdate ( ) : void
EndUpdate ( ) : void
FATopFormBase ( ) : System

Protected Methods

Method Description
LayoutChanged ( ) : void
OnGotCapture ( ) : void
OnLostCapture ( ) : void
OnMove ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
SetVisibleCore ( bool newVisible ) : void
UpdateShadows ( ) : void
UpdateZOrder ( IntPtr after ) : void
WndProc ( Message &m ) : void

Method Details

BeginUpdate() public method

public BeginUpdate ( ) : void
return void

CancelUpdate() public method

public CancelUpdate ( ) : void
return void

EndUpdate() public method

public EndUpdate ( ) : void
return void

FATopFormBase() public method

public FATopFormBase ( ) : System
return System

LayoutChanged() protected method

protected LayoutChanged ( ) : void
return void

OnGotCapture() protected method

protected OnGotCapture ( ) : void
return void

OnLostCapture() protected method

protected OnLostCapture ( ) : void
return void

OnMove() protected method

protected OnMove ( EventArgs e ) : void
e System.EventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void

SetVisibleCore() protected method

protected SetVisibleCore ( bool newVisible ) : void
newVisible bool
return void

UpdateShadows() protected method

protected UpdateShadows ( ) : void
return void

UpdateZOrder() protected method

protected UpdateZOrder ( IntPtr after ) : void
after System.IntPtr
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void