Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / ExpressionEditorTheme Class / Tooltip Property

In This Topic
    Tooltip Property (ExpressionEditorTheme)
    In This Topic
    Gets or sets TooltipStyle contains display attributes that determine the appearance of tooltip on the screen.
    Syntax
    'Declaration
     
    
    Public Property Tooltip As TooltipStyle
    public TooltipStyle Tooltip {get; set;}
    See Also