ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / BeforeTooltipShowEventArgs Class / Name Property

In This Topic
    Name Property (BeforeTooltipShowEventArgs)
    In This Topic
    Gets the element name for which tooltip is about to be shown.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    public string Name {get;}
    See Also