Ribbon.Title Propriété
Définition
public:
property System::Object ^ Title { System::Object ^ get(); void set(System::Object ^ value); };
public object Title { get; set; }
member this.Title : obj with get, set
Public Property Title As Object
Valeur de propriété
Titre de ce contrôle Ribbon.The title of this Ribbon control. La valeur par défaut enregistrée est null
.The registered default is null
. Pour plus d’informations sur ce qui peut influencer la valeur, consultez Priorité de la valeur de propriété de dépendance.For more information about what can influence the value, see Dependency Property Value Precedence.
Remarques
En général, vous définissez la Title propriété sur le RibbonWindow au lieu de définir la Ribbon.Title propriété.You will typically set the Title property on the RibbonWindow instead of setting the Ribbon.Title property.
Le Ribbon.Title est affiché dans la barre de titre du RibbonWindow si la Window.Title propriété du RibbonWindow est null
.The Ribbon.Title is shown in the title bar of the RibbonWindow if the Window.Title property of the RibbonWindow is null
. Si la Window.Title propriété n’est pas null
, le RibbonWindow titre est affiché à la place de la Ribbon.Title valeur.If the Window.Title property is not null
, the RibbonWindow title is shown instead of the Ribbon.Title value.
Si le Ribbon est hébergé dans un Window au lieu d’un RibbonWindow , le Ribbon.Title est affiché en regard de la barre d’outils accès rapide, sous le Window.Title .If the Ribbon is hosted in a Window instead of a RibbonWindow, the Ribbon.Title is shown next to the Quick Access Toolbar, below the Window.Title.
Informations sur les propriétés de dépendanceDependency Property Information
Champ d’identificateurIdentifier field | TitleProperty |
Propriétés de métadonnées définies sur true Metadata properties set to true |
AucunNone |