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:

PropertyDescriptionVersion Introduced
AlignmentAlignment The caption's alignment within the hyperlink's bounds. 
BackgroundThe control's background color. 
BorderThe control's border style.3.1.0
BorderColorsCustomizes the colors of an SRP ActiveX Control's border.3.1.0
CaptionThe static hyperlink text. 
ExecuteCmdThe command to be executed when the hyperlink is clicked. 
FontThe font used to render the hyperlink caption when the mouse is not over the text. 
FontColorThe color used to render the hyperlink caption when the mouse is not over the text. 
HyperFontThe font used to render the hyperlink caption when the mouse is over the text. 
HyperFontColorThe color used to render the hyperlink caption when the mouse is over the text. 
ProgIDThe control's ProgId/Class Name. 
VersionThe control's version info. 
  • No labels