Class AbstractControlDescriptionProvider<TAbstract, TBase>
Inheritance
System.Object
AbstractControlDescriptionProvider<TAbstract, TBase>
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class AbstractControlDescriptionProvider<TAbstract, TBase> : TypeDescriptionProvider
Type Parameters
TAbstract
|
TBase
|
Constructors
AbstractControlDescriptionProvider()
Declaration
public AbstractControlDescriptionProvider()
Methods
CreateInstance(IServiceProvider, Type, Type[], Object[])
Declaration
public override object CreateInstance(IServiceProvider provider, Type objectType, Type[] argTypes, object[] args)
Parameters
System.IServiceProvider
provider
|
System.Type
objectType
|
System.Type[]
argTypes
|
System.Object[]
args
|
Returns
System.Object
|
GetReflectionType(Type, Object)
Declaration
public override Type GetReflectionType(Type objectType, object instance)
Parameters
System.Type
objectType
|
System.Object
instance
|
Returns
System.Type
|