ApplicationView.TitleBar 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 the title bar of the app.
public:
property ApplicationViewTitleBar ^ TitleBar { ApplicationViewTitleBar ^ get(); };
ApplicationViewTitleBar TitleBar();
public ApplicationViewTitleBar TitleBar { get; }
var applicationViewTitleBar = applicationView.titleBar;
Public ReadOnly Property TitleBar As ApplicationViewTitleBar
Property Value
The title bar of the app.