Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can anyone recommend a good "toggle" button?

51 views
Skip to first unread message

dk_sz

unread,
Dec 18, 2005, 9:02:48 PM12/18/05
to
A good "toggle" button with "Down" + Tabstop?

Would be nice if it could show an image as well.

best regards

Thomas


Bob Berry

unread,
Dec 20, 2005, 10:49:50 AM12/20/05
to
Look at ThlSkinbutton at www.heelana.com

"dk_sz" <dk...@hotmail.com> wrote in message
news:43a61490$1...@newsgroups.borland.com...

Uli Gerhardt

unread,
Dec 21, 2005, 4:41:47 AM12/21/05
to
>A good "toggle" button with "Down" + Tabstop?

Maybe this is enough?
procedure TPushlikeCheckBox.CreateParams(var Params: TCreateParams);
begin
inherited CreateParams(Params);
Params.Style := Params.Style or BS_PUSHLIKE;
end;

>Would be nice if it could show an image as well.

You could try the above the other way round: Derive from TBitBtn
and add BS_CHECKBOX in CreateParams.

--- posted by geoForum on http://delphi.newswhat.com

0 new messages