Renderable
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 21
                            void
    redrawControl()
        
    
    Forces control to repaint.
        at line 26
                            bool
    isControlInvalid()
        
    
    Is required to repaint the control?