C# Class NekoKun.UI.NativeBorder

Inheritance: System.Windows.Forms.NativeWindow
ファイルを表示 Open project: NekoProject/NekoKun Class Usage Examples

Public Methods

Method Description
NativeBorder ( Control con, int msg ) : System
NativeBorder ( Control con, int msg, bool before, bool after ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

NativeBorder() public method

public NativeBorder ( Control con, int msg ) : System
con System.Windows.Forms.Control
msg int
return System

NativeBorder() public method

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

WndProc() protected method

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