Vcl.StdCtrls.TCustomButton.CommandLinkHint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CommandLinkHint: string read FCommandLinkHint write SetCommandLinkHint;

C++

__property System::UnicodeString CommandLinkHint = {read=FCommandLinkHint, write=SetCommandLinkHint};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomButton

Description

Texte affiché comme conseil sous le libellé du bouton pour un lien de commande.

CommandLinkHint représente le texte affiché comme un conseil sous le libellé du bouton quand la propriété Style est définie sur bsCommandLink pour spécifier un bouton lien de commande.

C'est seulement disponible pour Windows Vista, Windows 7 ou les systèmes d'exploitation Windows ultérieurs.

Voir aussi