[This is preliminary documentation and is subject to change.]

Author: Đonny

Provides abstract base class for custom type descriptors

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public abstract class CustomTypeDescriptorAbstractBase : CustomTypeDescriptor
Visual Basic
Public MustInherit Class CustomTypeDescriptorAbstractBase _
	Inherits CustomTypeDescriptor
Visual C++
public ref class CustomTypeDescriptorAbstractBase abstract : public CustomTypeDescriptor
F#
[<AbstractClassAttribute>]
type CustomTypeDescriptorAbstractBase =  
    class
        inherit CustomTypeDescriptor
    end
JScript
public abstract class CustomTypeDescriptorAbstractBase extends CustomTypeDescriptor

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2