External End-User Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
Functions that will defined for use externally by the end-user of our control will be:
The SimpleButton.asm
will contain these functions and other functions designed to be used internally by the control itself. I prefix the functions that will be used internally with an underscore and an abbreviation, but you can use whatever naming convention you desire.
Our custom message which are used in conjunction with api call, can be used instead of the SimpleButtonSetProperty
/ SimpleButtonGetProperty
and SimpleButtonGetState
/ SimpleButtonSetState
functions, are defined as:
We will cover the usage of some of these functions and mesages later on.