Custom code in parent form from component

H

hassan

I want to add a function in parent form of a custom component from
component. How this is possible.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


Not sure what you mean, but you could extend the component and just add your
new method
 
H

hassan

Hi,
Actualy i developed a component that is working very well. Now i
want to add a function in code of the form on which this component is
droped. So that i can tell user that for some specific functionality a
function is available in his code just modify it accordingly.
 
H

hassan

Hi,
Actualy i developed a component that is working very well. Now i
want to add a function in code of the form on which this component is
droped. So that i can tell user that for some specific functionality a
function is available in his code just modify it accordingly.
 
H

hassan

Hi,
I want to make it more clear i want to add a public property of
Type string from my component code. So when user drop my component on a
form a property say "Name" automaticaly added to froms properties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top