AutomationContentControl Class
Represents a content control that is visible in the UI automation framework.
public class AutomationContentControl : ContentControl
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl object
Constructors
AutomationContentControl()
Initializes an instance of the class.
Properties
ControlType
The AutomationControlType used by this control in the WPF automation framework.
public AutomationControlType ControlType { get; set; }
Property Value
- AutomationControlType:
The default value is
AutomationControlType.Pane.
See Also
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
Returns
- AutomationPeer:
The type-specific AutomationPeer implementation.
See Also
Fields
ControlTypeProperty
Defines the ControlType property.
public static readonly DependencyProperty ControlTypeProperty
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)