Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / TooltipStyle Class
Members

In This Topic
    TooltipStyle Class
    In This Topic
    Gets or sets TooltipStyle contains display attributes that determine the appearance of tooltip on the screen.
    Syntax
    'Declaration
     
    
    Public Class TooltipStyle 
       Inherits BaseTextStyle
    public class TooltipStyle : BaseTextStyle 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Themes.StyledPropertyCollection
          C1.Win.C1Themes.BaseStyle
             C1.Win.C1Themes.BaseC1FrameworkStyle
                C1.Win.ExpressionEditor.UI.BaseStyle
                   C1.Win.ExpressionEditor.UI.BasePropStyle
                      C1.Win.ExpressionEditor.UI.BaseTextStyle
                         C1.Win.ExpressionEditor.UI.TooltipStyle

    See Also