Class FadeAnimationTypeEditor
This class represents the custom editor shown when the FadeAnimationType of the popup is adjusted in the Visual Studio Designer.
Inheritance
System.Object
FadeAnimationTypeEditor
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FadeAnimationTypeEditor : UITypeEditor
Constructors
FadeAnimationTypeEditor()
Declaration
public FadeAnimationTypeEditor()
Methods
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
Declaration
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
GetEditStyle(ITypeDescriptorContext)
Declaration
public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorContext context)
Parameters
System.
|
Returns
System.
|
PaintValue(PaintValueEventArgs)
Declaration
public override void PaintValue(PaintValueEventArgs e)
Parameters
System.
|