AjaxControlToolkit.Design.ReorderListDesigner.ReorderListDesignerActionList.ReorderListViewTypeConverter.GetStandardValuesSupported C# (CSharp) Method

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool
                public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
                {
                    return true;
                }
ReorderListDesigner.ReorderListDesignerActionList.ReorderListViewTypeConverter