C# Class ImgProc.MyControls.MyGradientTitleBar

Inheritance: System.Windows.Forms.Label
Exibir arquivo Open project: EFanZh/EFanZh

Private Properties

Property Type Description

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void
MyGradientTitleBar ( ) : System.ComponentModel
ResetBackColor ( ) : void
ResetFont ( ) : void
ResetForeColor ( ) : void
ResetGradientBeginColor ( ) : void
ResetGradientEndColor ( ) : void
ShouldSerializeBackColor ( ) : bool
ShouldSerializeFont ( ) : bool
ShouldSerializeForeColor ( ) : bool
ShouldSerializeGradientBeginColor ( ) : bool
ShouldSerializeGradientEndColor ( ) : bool

Protected Methods

Method Description
InitLayout ( ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

InitLayout() protected method

protected InitLayout ( ) : void
return void

MyGradientTitleBar() public method

public MyGradientTitleBar ( ) : System.ComponentModel
return System.ComponentModel

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void

ResetBackColor() public method

public ResetBackColor ( ) : void
return void

ResetFont() public method

public ResetFont ( ) : void
return void

ResetForeColor() public method

public ResetForeColor ( ) : void
return void

ResetGradientBeginColor() public method

public ResetGradientBeginColor ( ) : void
return void

ResetGradientEndColor() public method

public ResetGradientEndColor ( ) : void
return void

ShouldSerializeBackColor() public method

public ShouldSerializeBackColor ( ) : bool
return bool

ShouldSerializeFont() public method

public ShouldSerializeFont ( ) : bool
return bool

ShouldSerializeForeColor() public method

public ShouldSerializeForeColor ( ) : bool
return bool

ShouldSerializeGradientBeginColor() public method

public ShouldSerializeGradientBeginColor ( ) : bool
return bool

ShouldSerializeGradientEndColor() public method

public ShouldSerializeGradientEndColor ( ) : bool
return bool