C# Class TpTrayUtility.Components.PropertyControlBase

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Properties

Property Type Description
PropertyChanged EventHandler

Public Methods

Method Description
AddColorControl ( ) : ChangeColorControl
AddControl ( Control control, int width ) : void
AddLabel ( string text ) : TpLabel
AddNumControl ( int min, int max, int step, int width ) : TpNumericUpDown
AddTogleButtonControl ( Bitmap normal, Bitmap over, Bitmap pressed ) : TogleButton
AttachTo ( Primitive primitive ) : void
PropertyControlBase ( ) : System
Reset ( ) : void

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

AddColorControl() public method

public AddColorControl ( ) : ChangeColorControl
return ChangeColorControl

AddControl() public method

public AddControl ( Control control, int width ) : void
control System.Windows.Forms.Control
width int
return void

AddLabel() public method

public AddLabel ( string text ) : TpLabel
text string
return TpLabel

AddNumControl() public method

public AddNumControl ( int min, int max, int step, int width ) : TpNumericUpDown
min int
max int
step int
width int
return TpNumericUpDown

AddTogleButtonControl() public method

public AddTogleButtonControl ( Bitmap normal, Bitmap over, Bitmap pressed ) : TogleButton
normal System.Drawing.Bitmap
over System.Drawing.Bitmap
pressed System.Drawing.Bitmap
return TogleButton

AttachTo() public method

public AttachTo ( Primitive primitive ) : void
primitive Primitive
return void

OnPaintBackground() protected method

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

PropertyControlBase() public method

public PropertyControlBase ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

Property Details

PropertyChanged public_oe property

public EventHandler PropertyChanged
return EventHandler