ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / C1RulesManager Class / BeforeTooltipShow Event

In This Topic
    BeforeTooltipShow Event
    In This Topic
    ツールチップが表示される前に発生します。
    Syntax
    'Declaration
     
    
    Public Event BeforeTooltipShow As EventHandler(Of BeforeTooltipShowEventArgs)
    public event EventHandler<BeforeTooltipShowEventArgs> BeforeTooltipShow
    Event Data

    The event handler receives an argument of type BeforeTooltipShowEventArgs containing data related to this event. The following BeforeTooltipShowEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    ツールチップが表示されようとしている要素の名前を取得します。  
    ツールチップのテキストを取得または設定します。  
    UI 要素のデータ値を取得します。  
    See Also