프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
OnNeedPaint ( object sender, |
Raises the NeedPaint event.
|
protected OnNeedPaint ( object sender, |
||
sender | object | Source of the event. |
e | An NeedLayoutEventArgs containing event data. | |
리턴 | void |
public PerformNeedPaint ( bool needLayout ) : void | ||
needLayout | bool | Does the palette change require a layout. |
리턴 | void |