03 2020 档案
摘要:https://download.csdn.net/download/breakbridge/12029775
阅读全文
摘要:https://download.csdn.net/download/breakbridge/12029766
阅读全文
摘要:前言:相较于之前文章,用这种方式优点是可以修改在属性控件上显示的效果,然后重新绑定就可以了 1.效果图 2.使用举例 PropertyGridProperty propertyGridProperty = new PropertyGridProperty(); Property p1 = new P
阅读全文
摘要:1.效果图 2.对象类 public class People { [Category("自定义")] [TypeConverter(typeof(OptionValuesTypeConvertor))] [OptionCollection(1, 54, 6)] public decimal ID
阅读全文
摘要:1.效果图 2.对象和控件 using System.ComponentModel; using System.Drawing; using System.Windows.Forms; namespace AttributeTest { public partial class UserContro
阅读全文
摘要:void PrintPanel() { int paperWidth = 178; int paperHeight = 52; var printDocument = new System.Drawing.Printing.PrintDocument(); //指定打印机 //printDocume
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp4 { class Prog
阅读全文
摘要:语言版本 发布时间 .NET Framework要求 C# 1.0 2002.1 .NET Framework 1.0 C# 1.1\1.2 2003.4 .NET Framework 1.1 C# 2.0 2005.11 .NET Framework 2.0 C# 3.0 2007.11 .NET
阅读全文

浙公网安备 33010602011771号