System.ComponentModel.ComponentConverter.GetPropertiesSupported C# (CSharp) Méthode

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool
        public override bool GetPropertiesSupported(ITypeDescriptorContext context) {
            return true;
        }
    }