Accessing a Component's Name Instance -
12-27-2007
, 08:53 AM
Is there a way to access the name instance (the value in the "(Name)"
property) of a component (not a control) within the Compact Framework? I
just want to create a compoent that other developers can use, so I cannot go
through the component's list of a Form.
I tried to use refelection and could not find the name property. I also
checked the Site.Name, but it was not set. Is there a way to get this name
because I would like to put the name of the component in a list for the user
to select in the designer of another control.
Please Help.
Thanks!
- Craig |