OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistent over the life of a control, methods represent actions that a control can perform. Often, methods will change the values of other control properties, so be sure to read the Remarks section of each method carefully. The following methods apply to the SRP Subclass Control:
Method | Description | Version Introduced |
---|---|---|
AboutBox | Displays the control's about box. | |
HideBalloonTooltip | Hides the visible balloon tooltip. | |
ShowBalloonTooltip | Displays a balloon tooltip over a control. | |
StringToColor | Converts an OLE Color String into an RGB color value | |
Subclass | Subclasses an OI control. | |
Tile | Tiles the MDI Children of a subclassed MDICLIENT control. | 4.1.16 |
Unsubclass | Unsubclasses an OI control. |