Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / ToolTipText Property

In This Topic
    ToolTipText Property
    In This Topic
    Gets or sets the text to show on the ToolTip.
    Syntax
    'Declaration
     
    Public Property ToolTipText As String
    public string ToolTipText {get; set;}
    See Also