C# Class BelhardTraining.Windows.Forms.Controls.ElevateButton

Inheritance: System.Windows.Forms.Button
ファイルを表示 Open project: bazile/Training

Private Properties

Property Type Description
OnHandleCreated void
SendMessage int

Public Methods

Method Description
ElevateButton ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
OnHandleCreated ( object sender, EventArgs e ) : void
SendMessage ( IntPtr hWnd, uint msg, int wParam, int lParam ) : int

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ElevateButton() public method

public ElevateButton ( ) : System
return System