Version

PresetObjectWrapper Class Members

The following tables list the members exposed by PresetObjectWrapper.

Public Constructors
 NameDescription
Public ConstructorPresetObjectWrapper ConstructorInitializes a new PresetObjectWrapper  
Protected Fields
 NameDescription
Protected Fieldcomponent (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public Properties
 NameDescription
Public PropertyUnderlyingObjectReturns the actual object represented by the wrapper.  
Public Methods
 NameDescription
Public MethodEquals (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetAttributes (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetClassName (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetComponentName (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetConverter (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetDefaultEvent (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetDefaultProperty (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetEditor (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetEventsOverloaded.  (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetHashCode (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetPropertiesOverloaded.  (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodGetPropertyOwner (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Public MethodToStringReturns the string representation of the underlying object.  
Protected Methods
 NameDescription
Protected MethodGetCustomDisplayName (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Protected MethodGetPropertyAttributes (Inherited from Infragistics.Shared.CustomTypeDescriptorAdapter)
Protected MethodShouldIncludePropertyOverridden. Used to determine which properties should be returned from the base System.ComponentModel.ICustomTypeDescriptor implementation  
Protected MethodWrapPropertyValueOverridden. Invoked when the value of the custom property descriptor is requested so the property value may be wrapped by a custom type descriptor if necessary.  
See Also