Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.07 KB

File metadata and controls

60 lines (39 loc) · 2.07 KB

title: desktop7:InfoTip description: Specifies the Infotip string to show when the mouse hovers over the item’s icon. ms.date: 10/15/2021 ms.topic: reference keywords: windows 10, uwp, schema, manifest, desktop, extension ms.custom: 19H1

desktop7:InfoTip

Specifies the Infotip string to show when the mouse hovers over the item’s icon.

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <desktop7:Extension>

                        <desktop7:ControlPanelItem>

                             <desktop7:InfoTip>

Syntax

<desktop7:InfoTip
  ResourceId = 'A string with a value between 1 and 30 characters in length that consists of alphanumeric, period, and dash characters.' />

Attributes and elements

Attributes

Attribute Description Data type Required Default value
ResourceId The string table ID of the string Infotip string within the resource module. A string between 1 and 30 characters in length that consists of alpha-numeric, period, and dash characters. Yes

Child elements

None

Parent elements

Parent element Description
ControlPanelItem Registers an extension as a control panel item.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (Build 19645)