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 HyperLink Control:
Property | Description | Version Introduced |
---|---|---|
Alignment | Alignment The caption's alignment within the hyperlink's bounds. | |
Background | The control's background color. | |
Border | The control's border style. | 3.1.0 |
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 3.1.0 |
Caption | The static hyperlink text. | |
ExecuteCmd | The command to be executed when the hyperlink is clicked. | |
Font | The font used to render the hyperlink caption when the mouse is not over the text. | |
FontColor | The color used to render the hyperlink caption when the mouse is not over the text. | |
HyperFont | The font used to render the hyperlink caption when the mouse is over the text. | |
HyperFontColor | The color used to render the hyperlink caption when the mouse is over the text. | |
ProgID | The control's ProgId/Class Name. | |
Version | The control's version info. |