IMenuFlyoutSubItem Interface

Definition

Represents a menu item that displays a sub-menu in a MenuFlyout view.

public interface class IMenuFlyoutSubItem : Microsoft::Maui::IMenuFlyoutItem, System::Collections::Generic::ICollection<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::IMenuElement ^>, System::Collections::Generic::IList<Microsoft::Maui::IMenuElement ^>
public interface IMenuFlyoutSubItem : Microsoft.Maui.IMenuFlyoutItem, System.Collections.Generic.ICollection<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IEnumerable<Microsoft.Maui.IMenuElement>, System.Collections.Generic.IList<Microsoft.Maui.IMenuElement>
type IMenuFlyoutSubItem = interface
    interface IMenuFlyoutItem
    interface IMenuElement
    interface IElement
    interface IImageSourcePart
    interface IText
    interface ITextStyle
    interface IList<IMenuElement>
    interface ICollection<IMenuElement>
    interface seq<IMenuElement>
    interface IEnumerable
Public Interface IMenuFlyoutSubItem
Implements ICollection(Of IMenuElement), IEnumerable(Of IMenuElement), IList(Of IMenuElement), IMenuFlyoutItem
Derived
Implements

Properties

CharacterSpacing

Gets the spacing between characters of the text.

(Inherited from ITextStyle)
Font

Gets the font family, style and size of the font.

(Inherited from ITextStyle)
Handler

Gets or sets the View Handler of the Element.

(Inherited from IElement)
IsAnimationPlaying (Inherited from IImageSourcePart)
IsEnabled

Gets a value indicating whether this View is enabled in the user interface.

(Inherited from IMenuElement)
KeyboardAccelerators

Represents a shortcut key for a MenuItem.

(Inherited from IMenuFlyoutItem)
Parent

Gets the Parent of the Element.

(Inherited from IElement)
Source (Inherited from IImageSourcePart)
Text

Gets the text.

(Inherited from IText)
TextColor

Gets the text color.

(Inherited from ITextStyle)

Methods

Clicked()

Occurs when the IMenuElement is clicked.

(Inherited from IMenuElement)
UpdateIsLoading(Boolean) (Inherited from IImageSourcePart)

Extension Methods

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

Applies to