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

GetStandardValuesExclusive() public method

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