![]() |
button + hint
wie kann ich an einen button einen hint anfügen?
hint: wird beim mouseover effekt aufgerufen meist gelb hinterlegt, enthält kurz info mfg felix |
Re: button + hint
Einfach einen ToolTip aufs Formular ziehen. Dann hat dein Button eine ToolTip-Eigenschaft.
|
Re: button + hint
Delphi-Quellcode:
;)
MyButton.Hint := 'Zeig mir das hier als Hinweis';
MyButton.ShowHint := True; Edit: Mist sry, du proggst ja mit .NET, sry |
Re: button + hint
Delphi-Quellcode:
und fertig is der schuh
MyToolTip := ToolTip.Create();
MyToolTip.SetToolTip(self.Button1,'Info Text'); |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:21 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz