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 StatusBar Control:

MethodDescriptionVersion Introduced
AboutBoxDisplays the control's about box. 
HideBalloonTooltipHides the visible balloon tooltip. 
RefreshRedraws the control. 
ShowBalloonTooltipDisplays a balloon tooltip over a pane. 
ShowContextMenuDisplays a context menu at the given mouse point. 
UpdateAutoPanesUpdates the auto panes (NUMLOCK, SCROLL, and CAPSLOCK). 
UpdateMarqueeAdvances a pane's progress marquee 
  • No labels