Property | Type | Description |
---|
Method | Description | |
---|---|---|
PerformNeedPaint ( ) : void |
Fires the NeedPaint event.
|
|
PerformNeedPaint ( bool needLayout ) : void |
Fires the NeedPaint event.
|
|
ToString ( ) : string |
Returns a string that represents the current defaulted state.
|
Method | Description | |
---|---|---|
OnNeedPaint ( object sender, |
Raises the NeedPaint event.
|
protected OnNeedPaint ( object sender, |
||
sender | object | Source of the event. |
e | An NeedLayoutEventArgs containing event data. | |
return | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
return | void |