Skip to content

Flyout class

Attributes: [TemplatePart]

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.Flyout Modifiers: public

Summary

        Represents a control that creates a pop-up window that displays information for an element in the interface.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class Flyout
class ContentControl
ContentControl <|-- Flyout

Inherits from: ContentControl

Constructors

NameSummary
.ctor

Properties

NameSummary
IsOpenGets or sets a value indicating whether a [Flyout](# is visible.
PlacementGets or sets the orientation of the [Flyout](# control when the control opens, and specifies the behavior of the...

Fields

NameSummary
static IsOpenPropertyProperty for [IsOpen](#
static PlacementPropertyProperty for [Placement](#
static OpenedEventRouted event for [Opened](#
static ClosedEventRouted event for [Closed](#

Methods

NameSummary
OnApplyTemplateInvoked whenever application code or an internal process, such as a rebuilding layout pass, calls the ApplyTemplate method.
ShowShows this instance.
HideHides this instance.
OnPopupOpenedCalled when [popup opened].
OnPopupClosedCalled when [popup closed].

Events

NameSummary
OpenedEvent triggered when [Flyout](# is opened.
ClosedEvent triggered when [Flyout](# is opened.
Inherited members