A new button type introduced with Windows Vista is the Command Link button, which uses the style BS_COMMANDLINK or BS_DEFCOMMANDLINK.
We should make a new class that derives from TButton, and adds support for the Command Link button specific functionality like the BCM_GETNOTE, BCM_GETNOTELENGTH and BCM_SETNOTE messages.
See discussion https://sourceforge.net/p/owlnext/discussion/97177/thread/5acc6bb075/
Discussion: Missing Button functionality
Wiki: OWLNext_Roadmap_and_Prereleases
Anonymous
Hi Ognyan,
Great work on TCommandLink [r6449]. I have now reviewed it [r6455]. I found and fixed a bug, as well as making various minor changes and improvements. Hopefully it looks good!
Related
Commit: [r6449]
Commit: [r6455]