TimePickerFlyout Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TimePickerFlyout sealed : PickerFlyoutBase
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TimePickerFlyout final : PickerFlyoutBase
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TimePickerFlyout : PickerFlyoutBase
Public NotInheritable Class TimePickerFlyout
Inherits PickerFlyoutBase
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| TimePickerFlyout() | |
Properties
| Name | Description |
|---|---|
| AllowFocusOnInteraction | (Inherited from FlyoutBase) |
| AllowFocusWhenDisabled | (Inherited from FlyoutBase) |
| AreOpenCloseAnimationsEnabled | (Inherited from FlyoutBase) |
| ClockIdentifier | |
| ClockIdentifierProperty | |
| Dispatcher | (Inherited from DependencyObject) |
| DispatcherQueue | (Inherited from DependencyObject) |
| ElementSoundMode | (Inherited from FlyoutBase) |
| InputDevicePrefersPrimaryCommands | (Inherited from FlyoutBase) |
| IsConstrainedToRootBounds | (Inherited from FlyoutBase) |
| IsOpen | (Inherited from FlyoutBase) |
| LightDismissOverlayMode | (Inherited from FlyoutBase) |
| MinuteIncrement | |
| MinuteIncrementProperty | |
| OverlayInputPassThroughElement | (Inherited from FlyoutBase) |
| Placement | (Inherited from FlyoutBase) |
| ShouldConstrainToRootBounds | (Inherited from FlyoutBase) |
| ShowMode | (Inherited from FlyoutBase) |
| SystemBackdrop | (Inherited from FlyoutBase) |
| Target | (Inherited from FlyoutBase) |
| Time | |
| TimeProperty | |
| XamlRoot | (Inherited from FlyoutBase) |
Methods
Events
| Name | Description |
|---|---|
| Closed | (Inherited from FlyoutBase) |
| Closing | (Inherited from FlyoutBase) |
| Opened | (Inherited from FlyoutBase) |
| Opening | (Inherited from FlyoutBase) |
| TimePicked | |