InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Active Property

In This Topic
    Active Property (C1SuperTooltipBase)
    In This Topic
    Gets or sets a value indicating whether the C1SuperTooltipBase is currently active.
    Syntax
    'Declaration
     
    Public Property Active As Boolean
    public bool Active {get; set;}
    Remarks

    This property allows you to enable or disable the display of C1SuperTooltipBase text for all controls that have text specified in this particular C1SuperTooltip. More than one C1SuperTooltip can be created and assigned to a form; setting the Active property to false only affects the specified C1SuperTooltip.

    You can allow users to set the value of this property in a form that provides application options to provide the ability for the user to enable or disable the display of C1SuperTooltips in your application.

    See Also