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¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| IsOpen | Gets or sets a value indicating whether a [Flyout](# is visible. |
| Placement | Gets or sets the orientation of the [Flyout](# control when the control opens, and specifies the behavior of the... |
Fields¶
| Name | Summary |
|---|---|
| static IsOpenProperty | Property for [IsOpen](# |
| static PlacementProperty | Property for [Placement](# |
| static OpenedEvent | Routed event for [Opened](# |
| static ClosedEvent | Routed event for [Closed](# |
Methods¶
| Name | Summary |
|---|---|
| OnApplyTemplate | Invoked whenever application code or an internal process, such as a rebuilding layout pass, calls the ApplyTemplate method. |
| Show | Shows this instance. |
| Hide | Hides this instance. |
| OnPopupOpened | Called when [popup opened]. |
| OnPopupClosed | Called when [popup closed]. |
Events¶
| Name | Summary |
|---|---|
| Opened | Event triggered when [Flyout](# is opened. |
| Closed | Event triggered when [Flyout](# is opened. |