Share via


IReportViewerMessages3.TrueBooleanToolTip プロパティ

Boolean パラメーターが true であることを示すオプション ボタンのツールヒント テキストを取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
ReadOnly Property TrueBooleanToolTip As String
    Get
'使用
Dim instance As IReportViewerMessages3
Dim value As String

value = instance.TrueBooleanToolTip
string TrueBooleanToolTip { get; }
property String^ TrueBooleanToolTip {
    String^ get ();
}
abstract TrueBooleanToolTip : string
function get TrueBooleanToolTip () : String

プロパティ値

型: System.String
Boolean パラメーターが true であることを示すオプション ボタンのツールヒント テキストを表す文字列値。

関連項目

参照

IReportViewerMessages3 インターフェイス

Microsoft.Reporting.WinForms 名前空間