NevronOpenVision
Nevron.Nov.UI Namespace / NLinkLabel Class
Fields Properties Methods Events


In This Topic
    NLinkLabel Class Members
    In This Topic

    The following tables list the members exposed by NLinkLabel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Visited property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LinkUrl property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NLinkLabel.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets whether the link has been visited. Automatically set to true when the link is clicked. By default set to false.  
    Public PropertyGets/Sets the URL associated with this link label. By default set to null.  
    Top
    Protected Properties
     NameDescription
    Internal PropertyOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Called when the label is clicked. Overriden to open the label's hyperlink in the default web browser.  
    Protected MethodOverridden. Called when the input element receives a chance to request a cursor. Overriden to return hand cursor if the LinkUrl property of this label is set.  
    Top
    See Also