interface IRenderable

Component with ability to repaint.

Methods

void
redrawControl()

Forces control to repaint.

bool
isControlInvalid()

Is required to repaint the control?

Details

at line 21
void redrawControl()

Forces control to repaint.

Return Value

void

at line 27
bool isControlInvalid()

Is required to repaint the control?

Return Value

bool