Class ContentControl
Inheritance
System.Object
ContentControl
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 ContentControl : Control, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
ContentControl()
Declaration
public ContentControl()
Fields
ContentStringFormatProperty
Declaration
public static AutomationProperty ContentStringFormatProperty
Field Value
AutomationProperty
|
HasContentProperty
Properties
ContentStringFormat
Declaration
public string ContentStringFormat { get; set; }
Property Value
System.String
|
HasContent
Declaration
public bool HasContent { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|