CoreWindowFlyout
CoreWindowFlyout
CoreWindowFlyout
CoreWindowFlyout
Class
Definition
Defines a child flyout of an app window.
public : sealed class CoreWindowFlyout : ICoreWindowFlyout
struct winrt::Windows::UI::Core::CoreWindowFlyout : ICoreWindowFlyout
public sealed class CoreWindowFlyout : ICoreWindowFlyout
Public NotInheritable Class CoreWindowFlyout Implements ICoreWindowFlyout
- Attributes
Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
API contract |
Windows.UI.Core.CoreWindowDialogsContract (introduced v1)
|
Remarks
Note
: This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).
Constructors
CoreWindowFlyout(Point) CoreWindowFlyout(Point) CoreWindowFlyout(Point) CoreWindowFlyout(Point) |
Creates an instance of the CoreWindowFlyout class at the supplied position. |
CoreWindowFlyout(Point, String) CoreWindowFlyout(Point, String) CoreWindowFlyout(Point, String) CoreWindowFlyout(Point, String) |
Creates an instance of the CoreWindowFlyout class at the specified position with the supplied title. |
Properties
BackButtonCommand BackButtonCommand BackButtonCommand BackButtonCommand |
Gets or sets the delegate called when the back button on the flyout is selected. |
Commands Commands Commands Commands |
Gets the set of user interface commands available on the flyout. |
DefaultCommandIndex DefaultCommandIndex DefaultCommandIndex DefaultCommandIndex |
Gets or sets the index of the flyout window's default command. |
IsInteractionDelayed IsInteractionDelayed IsInteractionDelayed IsInteractionDelayed |
Gets or sets a value that indicates whether any UI interaction event message is slightly delayed or not. This delay prevents a user from accidentally invoking an action on the flyout window. |
MaxSize MaxSize MaxSize MaxSize |
Gets the maximum size of the flyout. |
MinSize MinSize MinSize MinSize |
Gets the minimum size of the flyout. |
Title Title Title Title |
Gets or sets the title of the flyout. |
Methods
ShowAsync() ShowAsync() ShowAsync() ShowAsync() |
Displays the flyout and asynchronously waits for the user to take an action. |
Events
Showing Showing Showing Showing |
Is fired when the flyout is displayed. |