Property | Type | Description | |
---|---|---|---|
PropertyChanged | EventHandler |
Method | Description | |
---|---|---|
AddColorControl ( ) : |
||
AddControl ( |
||
AddLabel ( string text ) : |
||
AddNumControl ( int min, int max, int step, int width ) : |
||
AddTogleButtonControl ( |
||
AttachTo ( |
||
PropertyControlBase ( ) : System | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
OnPaintBackground ( PaintEventArgs pevent ) : void |
public AddColorControl ( ) : |
||
return |
public AddControl ( |
||
control | ||
width | int | |
return | void |
public AddNumControl ( int min, int max, int step, int width ) : |
||
min | int | |
max | int | |
step | int | |
width | int | |
return |
public AddTogleButtonControl ( |
||
normal | ||
over | ||
pressed | ||
return |
public AttachTo ( |
||
primitive | ||
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |