CommandBarFlyoutCommandBarAutomationProperties Class

Definition

Enables getting or setting specific automation properties for the CommandBarFlyoutCommandBar.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public ref class CommandBarFlyoutCommandBarAutomationProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CommandBarFlyoutCommandBarAutomationProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class CommandBarFlyoutCommandBarAutomationProperties
Public Class CommandBarFlyoutCommandBarAutomationProperties
Inheritance
Object Platform::Object IInspectable CommandBarFlyoutCommandBarAutomationProperties
Attributes

Properties

ControlTypeProperty

Identifies the ControlType dependency property.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Attached Properties

ControlType

Methods

GetControlType(UIElement)

Retrieves the control type for the specified object.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

SetControlType(UIElement, AutomationControlType)

Sets the control type for the specified object.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

Applies to