AjaxControlToolkit.Design.ReorderListDesigner.ReorderListDesignerActionList.ReorderListViewTypeConverter.GetStandardValuesSupported C# (CSharp) Méthode

GetStandardValuesSupported() public méthode

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