UIAccessibilityContainer_Extensions.SetAccessibilityContainerType Method

Definition

Sets a value that tells whether the container is a table, or list, or etc.

public static void SetAccessibilityContainerType (this UIKit.IUIAccessibilityContainer This, UIKit.UIAccessibilityContainerType value);
static member SetAccessibilityContainerType : UIKit.IUIAccessibilityContainer * UIKit.UIAccessibilityContainerType -> unit

Parameters

This
IUIAccessibilityContainer

The instance on which this method operates.

value
UIAccessibilityContainerType

The new container type.

Applies to