Posted 21 years ago
by Marianne

Can you overload the dwManager.Contains(string keyName) method to include:
dwManager.Contains(string keyName, bool IgnoreCase)
For document windows, what often goes there is the filename which is not normally case sensitive, so it would be nice to have an option so that we can search for the item case insensitively also. Thanks.
dwManager.Contains(string keyName, bool IgnoreCase)
For document windows, what often goes there is the filename which is not normally case sensitive, so it would be nice to have an option so that we can search for the item case insensitively also. Thanks.
------------------------------- Marianne