ToolTipService.GetIsOpen(DependencyObject) 方法

定義

取得物件之 IsOpen 附加屬性的值。

[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsOpen (System.Windows.DependencyObject element);

參數

element
DependencyObject

要讀取屬性值的物件。

傳回

物件的 IsOpen 屬性值。

屬性

範例

下列範例示範如何取得附加屬性的值 ToolTipService.IsOpen 。 方法 FindName 會尋找名為 ellipse2 的物件,其為 Ellipse

myBool = ToolTipService.GetIsOpen(
 (DependencyObject)FindName("ellipse2"));

適用於

產品 版本
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

另請參閱