Flyout Constructors
A WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows.| Name | Parameters | Description |
|---|---|---|
| Flyout() | none | Initializes a new instance of the Flyout class with default settings. |
| Flyout(IFlyoutProperties) | defaultProperties | Initializes a new instance of the Flyout class with specific settings. |
| Flyout(IContainer) | container | Initializes a new instance of the Flyout object with specific owner. |
See Also