【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.7 Control
Name
Control
Remark
The Origin C Control class provides the base functionality of all control classes.
Hierarchy
Examples
Header to Include
Control.h
Reference
Members
| 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. |