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 Panel Control:
Property | Description | Version Introduced |
---|---|---|
ActiveForm | The currently visible embedded form. | 4.0.2 |
Background | The panel's background color fill. | |
Border | The control's border style. | |
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 3.1.0 |
Cancel | Cancels the parent form closing | 4.0.0 |
Height | The height of the panel's scrollable pane. | |
Left | The position of the horizontal scrollbar. | |
ProgID | The control's ProgId/Class Name. | |
Top | The position of the vertical scrollbar. | |
Version | The control's version info. | |
Width | The width of the panel's scrollable pane. |