ClassChildWindow
Class
Wraps a Silverlight ChildWindow element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ChildWindow : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChildWindow
Implements:
Inherited Members
Constructors
ChildWindow()
Declaration
cs-api-definition
public ChildWindow()
Fields
HasCloseButtonProperty
Declaration
cs-api-definition
public static AutomationProperty HasCloseButtonProperty
Field Value
OverlayBrushProperty
Declaration
cs-api-definition
public static AutomationProperty OverlayBrushProperty
Field Value
OverlayOpacityProperty
Declaration
cs-api-definition
public static AutomationProperty OverlayOpacityProperty
Field Value
TitleProperty
Title automation property.
Declaration
cs-api-definition
public static AutomationProperty TitleProperty
Field Value
Properties
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.