AdjustAccessibilityByStyle method: DynamicLoader class
Syntax
AdjustAccessibilityByStyle(&oTile As PTNUI:Model:Tile)
Description
Use this method to adjust accessibility-related properties on tiles and section-action buttons based on section's PS_STYLECLASSES attributes or tile's PS_STYLECLASSES attributes. For example, in the case of buttons with the tile style of psc_section-action-button, the tile is identified as a button with these properties (IsNotTile, IsRoleButton, and UseAltText) set to true.
Parameters
| Parameter | Description |
|---|---|
|
&oTile |
Specifies a tile object reference. |
Returns
None.