UIElement.ContextFlyout
UIElement.ContextFlyout
UIElement.ContextFlyout
UIElement.ContextFlyout
Property
Definition
Gets or sets the flyout associated with this element.
public : FlyoutBase ContextFlyout { get; set; }
FlyoutBase ContextFlyout();
void ContextFlyout(FlyoutBase contextflyout);
public FlyoutBase ContextFlyout { get; set; }
Public ReadWrite Property ContextFlyout As FlyoutBase
Property Value
The flyout associated with this element, if any; otherwise, null. The default is null.
Additional features and requirements
Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
피드백
피드백 로드 중...