Control
The Origin C Control class provides the base functionality of all control classes.
Control.h
| Name | Brief | Example | 
|---|---|---|
| Control | Default constructor. | Examples | 
| InvalidateOnResize | Invalidates Window on resize | |
| Measure | Measure width and height of a text string in the current control | |
| SetToolTip | Set the tip text for control. The text will be shown as a tip when mouse hovers over the control. | Examples | 
| UseSysFont | Use system Fonts for the control | |
| Value | to get or set the value of control. |