BSE
Button Scheme Engine
TABLE OF CONTENTS
InitSubClassing. - Begins the Scheme Engine, you can you add this function in any function
of the Form, Initialize Event is recommended.
EndSubClassing. - Ends the Scheme Engine, you can you add this function in any function
of the Form, Unload Event is recommended.
Also when you want to change the button scheme style during run time.
You must Unload the Engine “EndSubClassing” Then restart it with “InitSubClassing” Again.
SchemeStyle. - These button styles imitate the operating system or language they are associated
with. Note that these styles are not the perfectly replicate of the button.
WindowsXP_Blue = 0
WindowsXP_OliveGreen = 1
WindowsXP_Silver = 2
WindowsFlatButton = 3
WindowsHoverButton = 4
WindowsNetscapeButton = 5
WindowsJavaButton = 6
Windows3xButton = 7
OfficeXP_Blue = 8
OfficeXP_OliveGreen = 9
OfficeXP_Silver = 10
OfficeXP_SystemColor = 11
WindowsXPExplorer = 12
WindowsGButton = 13
WindowsAlienButton = 14
WindowsBitmapPattern = 15
Functions
Properties