_
UITypeEditor Classes
BaseDropDownListTypeEditor is an implementation of the UITypeEditor that can be used to develop Drop Down List style UITypeEditors for the Visual Studio.Net property editor. It sets up the interface with a window form List Box. You must subclass and override the method FillInList.BaseControlTypeEditor is an implementation of the BaseDropDownListTypeEditor that provides a drop down list of controls found on the current WebForm. It is very similar to the one found on BaseValidator.ControlToValidate in that it lists and assigns controls by their ID. However, you use this class to limit the list to certain types. You must inherit from BaseControlTypeEditor and override DefineSupportedTypes() to select the types supported. When a type is supported, so are all of the subclasses of that type.
URL: http://www.123aspx.com/redir.aspx?res=28963
_
Cost: Free Platforms: N/A Version: 1.0.1