Popup.IsOpenProperty プロパティ

定義

IsOpen 依存関係プロパティの識別子を取得します。

public:
 static property DependencyProperty ^ IsOpenProperty { DependencyProperty ^ get(); };
static DependencyProperty IsOpenProperty();
public static DependencyProperty IsOpenProperty { get; }
var dependencyProperty = Popup.isOpenProperty;
Public Shared ReadOnly Property IsOpenProperty As DependencyProperty

プロパティ値

IsOpen 依存関係プロパティの識別子。

適用対象