D
David
Hi
ListBox, ListView and other controls have inherited
methods and properties.
I could not understand how to use them.
For example if I have
protected override void OnClick( System.EventArgs e)
{
//.......
base.OnClick(e);
}
It is called only if I click in a form, but not in
ListBox or ListView.
How can I recognize which control involved if the above
problem can be resolved.
Thanks.
ListBox, ListView and other controls have inherited
methods and properties.
I could not understand how to use them.
For example if I have
protected override void OnClick( System.EventArgs e)
{
//.......
base.OnClick(e);
}
It is called only if I click in a form, but not in
ListBox or ListView.
How can I recognize which control involved if the above
problem can be resolved.
Thanks.