You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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:

MethodDescriptionVersion Introduced
AboutBoxDisplays the control's about box. 
HideBalloonTooltipHides the visible balloon tooltip. 
ShowBalloonTooltipDisplays a balloon tooltip over a control. 
StringToColorConverts an OLE Color String into an RGB color value 
SubclassSubclasses an OI control. 
TileTiles the MDI Children.4.1.16
UnsubclassUnsubclasses an OI control. 
  • No labels