ClassFrame
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Frame : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlFrame
Implements:
Inherited Members
Constructors
Frame()
Declaration
cs-api-definition
public Frame()
Fields
CanGoBackProperty
Declaration
cs-api-definition
public static AutomationProperty CanGoBackProperty
Field Value
CanGoForwardProperty
Declaration
cs-api-definition
public static AutomationProperty CanGoForwardProperty
Field Value
JournalOwnershipProperty
Declaration
cs-api-definition
public static AutomationProperty JournalOwnershipProperty
Field Value
NavigationUIVisibilityProperty
Declaration
cs-api-definition
public static AutomationProperty NavigationUIVisibilityProperty
Field Value
SandboxExternalContentProperty
Declaration
cs-api-definition
public static AutomationProperty SandboxExternalContentProperty
Field Value
SourceProperty
Declaration
cs-api-definition
public static AutomationProperty SourceProperty
Field Value
Properties
JournalOwnership
Declaration
cs-api-definition
public JournalOwnership JournalOwnership { get; set; }
Property Value
NavigationUIVisibility
Declaration
cs-api-definition
public NavigationUIVisibility NavigationUIVisibility { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.