[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,InheritLabel Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=Represents a Windows label control that can display hyperlinks Category=Common [Edit] Class=Label Caption=Text Color=BackColor Alignment=TextAlign [Property] Width= | |55 Height= | |13 BackColor= | |clBtnFace ForeColor= | |clBtnText @ActiveLinkColor=Sets the color used to display an active link. ARG(Color)|8|clRed @DisabledLinkColor=Sets the color used when displaying a disabled link. ARG(Color)|8|clGray @LinkArea=Sets the range in the text to treat as a link. ARG(LinkArea)|20|(empty)|LinkArea @LinkBehavior=Sets a value that represents the behavior of a link. ARG(LinkBehavior)|14|0|SystemDefault,AlwaysUnderline,HoverUnderline,NeverUnderline @LinkColor=Sets the color used when displaying a normal link. ARG(Color)|8|clBlue @LinkVisited=Sets a value indicating whether a link should be displayed as though it were visited. ARG(bool)|14|1|True,False @Padding=Sets the interior spacing, in pixels, between the edges of a LinkLabel and its contents. ARG(Padding)|20|(empty)|Padding @TabStop=Sets a value that indicates whether the user can tab to the LinkLabel. ARG(bool)|14|0|True,False +@Text=Sets the text displayed by the LinkLabel. ARG(string)|2|LinkLabel @UseCompatibleTextRendering=Sets a value that determines whether to use the Graphics class to render text. ARG(bool)|14|1|True,False @VisitedLinkColor=Sets the color used when displaying a link that that has been previously visited. ARG(Color)|8|clFuchsia [Methods] doText=Sets text of the control. ARG(string data)|1|0 onClick=Occurs when the control is clicked ARG(string)|2|2 *onLinkClicked=Occurs when a link is clicked within the control. ARG(LinkLabelLinkClickedEventArgs)|2|0 *onTabStopChanged=Occurs when the value of the TabStop property changes. ARG(EventArgs)|2|0 *ActiveLinkColor=Returns the color used to display an active link. ARG(Color)|3|8 *DisabledLinkColor=Returns the color used when displaying a disabled link. ARG(Color)|3|8 *LinkArea=Returns the range in the text to treat as a link. ARG(LinkArea)|3|0 *LinkBehavior=Returns a value that represents the behavior of a link. ARG(LinkBehavior)|3|0 *LinkColor=Returns the color used when displaying a normal link. ARG(Color)|3|8 *Links=Returns the collection of links contained within the LinkLabel. ARG(LinkLabel..::..LinkCollection)|3|0 *LinkVisited=Returns a value indicating whether a link should be displayed as though it were visited. ARG(bool)|3|104 *Padding=Returns the interior spacing, in pixels, between the edges of a LinkLabel and its contents. ARG(Padding)|3|0 *TabStop=Returns a value that indicates whether the user can tab to the LinkLabel. ARG(bool)|3|104 *Text=Returns the text displayed by the LinkLabel. ARG(string)|3|2 *UseCompatibleTextRendering=Returns a value that determines whether to use the Graphics class to render text. ARG(bool)|3|104 *VisitedLinkColor=Returns the color used when displaying a link that that has been previously visited. ARG(Color)|3|8 LinkLabel=Returns the LinkLabel object. ARG(LinkLabel)|3|0 data=Defines the text to be set on the control. ARG(string)|4|2