C# Class CustomChrome.DropShadowManager

Inheritance: System.Windows.Forms.NativeWindow, IDisposable
Afficher le fichier Open project: pvginkel/CustomChrome Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
DropShadowManager ( Form form ) : System
Synchronize ( ) : void

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode Description
InitializeForm ( ) : void
Synchronize ( Rectangle bounds ) : void
form_HandleCreated ( object sender, EventArgs e ) : void
form_HandleDestroyed ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DropShadowManager() public méthode

public DropShadowManager ( Form form ) : System
form System.Windows.Forms.Form
Résultat System

Synchronize() public méthode

public Synchronize ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void