IonicWind Software

IWBasic => Tutorials => Create a Custom Control => Topic started by: LarryMc on August 18, 2011, 11:11:10 AM

Title: 12. Control Commands
Post by: LarryMc on August 18, 2011, 11:11:10 AM
There are several places we can start in the construction of our custom control.  This is partially due to the well defined goal of what our control should do and what it should look like.  If you go on to develop a custom control of your own you may find that a different starting point (from what I will be using in this tutorial) works better for you.

At this point, I feel that the sequence I have started with will be easier for me to explain with some degree of continuity from step to step.   The following lists the functional commands to be used with our control:

   - Creation Command (including registering our class)

_______________________________

Comming Next - Creation Command


Note:As additional sub-sections are added the list above will be edited to reflect each addition.