AutomationProperties.IsDialogProperty Property

Definition

Identifies the AutomationProperties.IsDialog attached property, which is a Boolean value that indicates whether the automation element is a dialog window.

public:
 static property DependencyProperty ^ IsDialogProperty { DependencyProperty ^ get(); };
static DependencyProperty IsDialogProperty();
public static DependencyProperty IsDialogProperty { get; }
var dependencyProperty = AutomationProperties.isDialogProperty;
Public Shared ReadOnly Property IsDialogProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.IsDialog attached property.

Applies to