AutomationContentControl Class
Represents a content control that is visible in the UI automation framework.
public class AutomationContentControl : ContentControl, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
- Inheritance:
- Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Object
Constructors
AutomationContentControl()
public AutomationContentControl()
Properties
ControlType
Gets or sets the AutomationControlType used by this control in the WPF automation framework.
public AutomationControlType ControlType { get; set; }
Property Value
- AutomationControlType:
The AutomationControlType used by this control. The default value is
AutomationControlType.Pane
.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
An instance of AutomationContentControlAutomationPeer.
Fields
ControlTypeProperty
Identifies the ControlType dependency property. This field is read-only.
public static readonly DependencyProperty ControlTypeProperty
Inherited Members
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()