![]() |
|
|
DC.ImageButton give you a great control of your application view be determine your buttons icons for each button state ( Mouse Leave, Mouse Enter, Mouse Down ).
Additionally you can change the whole appearance of your application by only changing the icons directory
so, you may give the End User the ability to choose his preferred icons theme.
Note:
It is recommended to use DC.FormTranslator with DC.FormFlipper
Example:
Dim IB As New DynamicComponents.ImageButton()
IB.InitForm(Me)
IB.PrepareImageButtons(VB6.GetPath + "icons", False)
IB.AddImageButton(Me.FirstButton,"first.ico", "firstover.ico", "firstdown.ico")





Reviews & Questions
