System.Drawing.PointConverter.GetCreateInstanceSupported C# (CSharp) 메소드

GetCreateInstanceSupported() 공개 메소드

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