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

MethodDescriptionVersion Introduced
AboutBoxDisplays the control's about box. 
AddItemsAdds new items to the popup control. 
CloseHides the window immediately without animation. 
ShowAtDisplays the popup at an absolute screen position. 
  • No labels