ToolTip.ToolTipTitle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定工具提示視窗的標題。
public:
property System::String ^ ToolTipTitle { System::String ^ get(); void set(System::String ^ value); };
public string ToolTipTitle { get; set; }
member this.ToolTipTitle : string with get, set
Public Property ToolTipTitle As String
屬性值
String,其中含有視窗的標題。
備註
標題會顯示在視窗內,以粗體文字行顯示在工具提示控制項描述的標準文字上方。 一般而言,標題只能用來區分表單上不同類別的控制項,或做為相當長控制項描述的簡介。
標題的最大長度為 99 個字元。 如果此屬性包含較長的字串,則不會顯示任何標題。