TimePickerFlyout Class

Definition

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
Object Platform::Object IInspectable DependencyObject FlyoutBase PickerFlyoutBase TimePickerFlyout
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

Name Description
ClearValue(DependencyProperty) (Inherited from DependencyObject)
CreatePresenter() (Inherited from FlyoutBase)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject)
GetValue(DependencyProperty) (Inherited from DependencyObject)
Hide() (Inherited from FlyoutBase)
OnConfirmed() (Inherited from PickerFlyoutBase)
OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) (Inherited from DependencyObject)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject)
ShouldShowConfirmationButtons() (Inherited from PickerFlyoutBase)
ShowAt(DependencyObject, FlyoutShowOptions) (Inherited from FlyoutBase)
ShowAt(FrameworkElement) (Inherited from FlyoutBase)
ShowAtAsync(FrameworkElement)
TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs) (Inherited from FlyoutBase)
UnregisterPropertyChangedCallback(DependencyProperty, Int64) (Inherited from DependencyObject)

Events

Name Description
Closed (Inherited from FlyoutBase)
Closing (Inherited from FlyoutBase)
Opened (Inherited from FlyoutBase)
Opening (Inherited from FlyoutBase)
TimePicked

Applies to