ToolTip.IsBalloon 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出工具提示是否應該使用汽球樣式的視窗。
public:
property bool IsBalloon { bool get(); void set(bool value); };
public bool IsBalloon { get; set; }
member this.IsBalloon : bool with get, set
Public Property IsBalloon As Boolean
屬性值
如果應該使用汽球樣式的視窗,則為 true
,但如果應該使用標準矩形視窗,則為 false
。 預設為 false
。
備註
根據預設,工具提示會使用裸矩形視窗顯示。 藉由將 IsBalloon 屬性設定為 true
,工具提示將會使用方塊視窗顯示。