Shell.FlyoutHeader Property
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.
Gets or sets the View that define the appearance of the flyout header. The flyout header is the content that optionally appears at the top of the flyout.
public:
property System::Object ^ FlyoutHeader { System::Object ^ get(); void set(System::Object ^ value); };
public object FlyoutHeader { get; set; }
member this.FlyoutHeader : obj with get, set
Public Property FlyoutHeader As Object
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.