Class Frame
Inheritance
System.Object
Frame
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Frame : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
Frame()
Declaration
public Frame()
Fields
CanGoBackProperty
CanGoForwardProperty
JournalOwnershipProperty
Declaration
public static AutomationProperty JournalOwnershipProperty
Field Value
AutomationProperty
|
NavigationUIVisibilityProperty
SandboxExternalContentProperty
Declaration
public static AutomationProperty SandboxExternalContentProperty
Field Value
AutomationProperty
|
SourceProperty
Properties
CanGoBack
Declaration
public bool CanGoBack { get; set; }
Property Value
System.Boolean
|
CanGoForward
Declaration
public bool CanGoForward { get; set; }
Property Value
System.Boolean
|
JournalOwnership
NavigationUIVisibility
SandboxExternalContent
Declaration
public bool SandboxExternalContent { get; set; }
Property Value
System.Boolean
|
Source
Declaration
public string Source { get; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|