This is the HTMLGump component
| 69 | |
| 70 | // This is the HTMLGump component |
| 71 | virtual bool IsHTMLGump() { return false; } |
| 72 | |
| 73 | // This is the component of HTMLGump (scroll buttons, scroller, background, output area) |
| 74 | virtual bool IsControlHTML() { return false; } |