C# Class NekoKun.UI.NativeBorder

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Méthode Description
NativeBorder ( Control con, int msg ) : System
NativeBorder ( Control con, int msg, bool before, bool after ) : System

Méthodes protégées

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

Method Details

NativeBorder() public méthode

public NativeBorder ( Control con, int msg ) : System
con System.Windows.Forms.Control
msg int
Résultat System

NativeBorder() public méthode

public NativeBorder ( Control con, int msg, bool before, bool after ) : System
con System.Windows.Forms.Control
msg int
before bool
after bool
Résultat System

WndProc() protected méthode

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