ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / BeforeTooltipShowEventArgs Class / ToolTip Property

In This Topic
    ToolTip Property
    In This Topic
    ツールチップのテキストを取得または設定します。
    Syntax
    'Declaration
     
    
    Public Property ToolTip As String
    public string ToolTip {get; set;}
    Remarks
    HTML エンコードを使用してテキストを書式設定します。
    See Also