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
string 值,表示 Boolean 參數值為 true 的選項按鈕工具提示文字。