Свойство | Тип | Описание | |
---|---|---|---|
PropertyChanged | EventHandler |
Метод | Описание | |
---|---|---|
AddColorControl ( ) : |
||
AddControl ( |
||
AddLabel ( string text ) : |
||
AddNumControl ( int min, int max, int step, int width ) : |
||
AddTogleButtonControl ( |
||
AttachTo ( |
||
PropertyControlBase ( ) : System | ||
Reset ( ) : void |
Метод | Описание | |
---|---|---|
OnPaintBackground ( PaintEventArgs pevent ) : void |
public AddColorControl ( ) : |
||
Результат |
public AddControl ( |
||
control | ||
width | int | |
Результат | void |
public AddNumControl ( int min, int max, int step, int width ) : |
||
min | int | |
max | int | |
step | int | |
width | int | |
Результат |
public AddTogleButtonControl ( |
||
normal | ||
over | ||
pressed | ||
Результат |
public AttachTo ( |
||
primitive | ||
Результат | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
Результат | void |