interface Renderable

Component with ability to repaint.

Methods

void
redrawControl()

Forces control to repaint.

bool
isControlInvalid()

Is required to repaint the control?

Details

at line 19
void redrawControl()

Forces control to repaint.

Return Value

void

at line 24
bool isControlInvalid()

Is required to repaint the control?

Return Value

bool