TeachingTip.ActionButtonStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le style à appliquer au bouton d’action.
public:
property Style ^ ActionButtonStyle { Style ^ get(); void set(Style ^ value); };
Style ActionButtonStyle();
void ActionButtonStyle(Style value);
public Style ActionButtonStyle { get; set; }
var style = teachingTip.actionButtonStyle;
teachingTip.actionButtonStyle = style;
Public Property ActionButtonStyle As Style