Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 746 Bytes

radiomenuflyoutitem_getarecheckstatesenabled_2145887058.md

File metadata and controls

35 lines (19 loc) · 746 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.RadioMenuFlyoutItem.GetAreCheckStatesEnabled(Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem)
winrt method

Microsoft.UI.Xaml.Controls.RadioMenuFlyoutItem.GetAreCheckStatesEnabled(Microsoft.UI.Xaml.Controls.MenuFlyoutSubItem)

-description

Retrieves a value that indicates whether check states are enabled.

-parameters

-param object

The menu item.

-returns

True, if check states are enabled. Otherwise, false. The default is true.

-remarks

-see-also

SetAreCheckStatesEnabled

-examples