![]() |
Control Borders / Margins |
Post Reply
|
| Author | |
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Topic: Control Borders / MarginsPosted: 23 March 2007 at 9:59am |
|
How do I add a gap of about 5 pixels between the Find button and the CXTPControlEdit (where I have typed the text Simon)?
|
|
|
Simon HB9DRV
|
|
![]() |
|
Barto
Groupie
Joined: 27 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 March 2007 at 8:37am |
|
I'm not sure if CXTPControlEdit supports this, but CXTPControlCustom does:
CXTPControlCustom* pControl = CXTPControlCustom::CreateControlCustom(m_pScript);
pControl->SetBorders(2, 0, 0, 0); |
|
![]() |
|
Simon HB9DRV
Senior Member
Joined: 07 July 2005 Location: Switzerland Status: Offline Points: 458 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 March 2007 at 9:48am |
Agreed, but I don't know how to enginneer this :-(
However it's really not essential, just beautification :-) |
|
|
Simon HB9DRV
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |