Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OLE control methods provide convenient one-time operations to developers. Unlike properties, whose values are persistant 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 Panel Control:

MethodDescriptionVersion IntroducedPro Version Introduced
AboutBoxDisplays the control's about box.  
AddCtrlsAdds OI controls to panel.  
AddNamedFormEmbeds an OI form by name so you can embed multiple forms. 4.0.2
RemoveCtrlsAdds OI controls to panel.2.0.2 
RemoveAllNamedFormsRemoves all forms added via the AddNamedForm method. 4.0.2
RemoveFormRemoves the currently embedded form.  
RemoveNamedFormRemoves a form by name. 4.0.2
SetFormEmbeds an entire OI form in the panel control.