Alsing.SourceCode.TextStyleUIEditor.GetPaintValueSupported C# (CSharp) Méthode

GetPaintValueSupported() public méthode

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