Hii experts,
I have to create an application by custom components class.
in which I want all same property of default object.
like Button class, I want to create my custom components button which contains all property and event of buttons. like in other software, there is option of base class, to take all similar property to this class.
I created a new custom components custbutton
I add it in my designer trying to generate button_click event, but it not show.
I have to create an application by custom components class.
in which I want all same property of default object.
like Button class, I want to create my custom components button which contains all property and event of buttons. like in other software, there is option of base class, to take all similar property to this class.
I created a new custom components custbutton
I add it in my designer trying to generate button_click event, but it not show.
Last edited: