D
Dennis
It seems Microsoft left out the Name and Tag properties
for of the Control class in the Compact Framework. I am
finding it difficult to work around this because there
seems to be no way to identify controls when iterating
through the controls collection of a form. I could use
the Text property but since that is a display property it
might be necessarily not unique. Often times I would
need to change the Text property for form customization
purposes. It seems too difficult to create new special
versions of all common controls to include a Name or Tag
property. There is also the problem of design time
versions of the custom controls. I believe this omission
is short sighted. Does anyone have a reasonable
workaround?
for of the Control class in the Compact Framework. I am
finding it difficult to work around this because there
seems to be no way to identify controls when iterating
through the controls collection of a form. I could use
the Text property but since that is a display property it
might be necessarily not unique. Often times I would
need to change the Text property for form customization
purposes. It seems too difficult to create new special
versions of all common controls to include a Name or Tag
property. There is also the problem of design time
versions of the custom controls. I believe this omission
is short sighted. Does anyone have a reasonable
workaround?