Input for WinForms | ComponentOne
C1.Win.Input.DbNavigator.Items Namespace / NavElement Class / ToolTipText Property

In This Topic
    ToolTipText Property (NavElement)
    In This Topic
    Gets or sets the text that appears as a ToolTip for the item.
    Syntax
    'Declaration
     
    
    Public Property ToolTipText As String
    public string ToolTipText {get; set;}
    See Also