OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP Popup Control: 

PropertyDescriptionVersion Introduced
AllowMoveDetermines if the user is allowed to move the popup. 
AnimationThe animation used to show and hide the popup. 
AnimationDelayThe time it takes for the popup to show and hide. 
BackgroundThe color scheme used to render custom popups. 
ItemA single visual item in the popup. 
ItemListAll the visual items in the popup. 
OpacityThe level of opacity for the popup control. 
PointerA pointer attached to one side of a custom themed popup. 
PreventMouseHoverActivateDisables popup activation upon a mouse hover action.4.0.0
ProgIDThe control's ProgId/Class Name. 
RememberPositionDetermines if the popup reappears where the user moved it.4.0.0
ShowDelayThe time the popup remains visible before hiding itself. 
SizeThe size and position of the popup. 
ThemeThe control's visual style. 

Version

The control's version info. 
VisibleShows and hides the popup. 
  • No labels