C# Class TpTrayUtility.Components.PropertyControlBase

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyChanged EventHandler

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPaintBackground ( PaintEventArgs pevent ) : void

Method Details

AddColorControl() public méthode

public AddColorControl ( ) : ChangeColorControl
Résultat ChangeColorControl

AddControl() public méthode

public AddControl ( Control control, int width ) : void
control System.Windows.Forms.Control
width int
Résultat void

AddLabel() public méthode

public AddLabel ( string text ) : TpLabel
text string
Résultat TpLabel

AddNumControl() public méthode

public AddNumControl ( int min, int max, int step, int width ) : TpNumericUpDown
min int
max int
step int
width int
Résultat TpNumericUpDown

AddTogleButtonControl() public méthode

public AddTogleButtonControl ( Bitmap normal, Bitmap over, Bitmap pressed ) : TogleButton
normal System.Drawing.Bitmap
over System.Drawing.Bitmap
pressed System.Drawing.Bitmap
Résultat TogleButton

AttachTo() public méthode

public AttachTo ( Primitive primitive ) : void
primitive Primitive
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Résultat void

PropertyControlBase() public méthode

public PropertyControlBase ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

PropertyChanged public_oe property

public EventHandler PropertyChanged
Résultat EventHandler