interface IRenderable

Methods

void
invalidateControl()

Forces control to repaint.

bool
isControlInvalid()

Is required to repaint the control?

Details

at line 39
void invalidateControl()

Forces control to repaint.

Return Value

void

at line 45
bool isControlInvalid()

Is required to repaint the control?

Return Value

bool