C# Class PeerstLib.Controls.Glow.GlowForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: shule517/PeerstPlayer Class Usage Examples

Public Methods

Method Description
GlowForm ( ) : System
GlowVisible ( ) : bool
HideGlow ( ) : void
IsWindowsTen ( ) : bool
ShowGlow ( ) : void

Protected Methods

Method Description
OnVisibleChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

GlowForm() public method

public GlowForm ( ) : System
return System

GlowVisible() public method

public GlowVisible ( ) : bool
return bool

HideGlow() public method

public HideGlow ( ) : void
return void

IsWindowsTen() public method

public IsWindowsTen ( ) : bool
return bool

OnVisibleChanged() protected method

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

ShowGlow() public method

public ShowGlow ( ) : void
return void

WndProc() protected method

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