Alsing.SourceCode.TextStyleUIEditor.GetPaintValueSupported C# (CSharp) 메소드

GetPaintValueSupported() 공개 메소드

public GetPaintValueSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool
        public override bool GetPaintValueSupported
            (ITypeDescriptorContext context)
        {
            return true;
        }
    }