imports systemimports system.enumimports system.collectionsimports system.componentmodelimports system.drawingimports system.dataimports system.windows.formsimports system.drawing.drawing2dimports system.drawing.design
public class emuntype 【程序编程相关:[原创]给Asp.Net初学者的关于继承】
namespace landlordaspx_xpctrl 【推荐阅读:深入理解.NET 的JIT编译方式 】
public enum btnshape rectangle ellipse end enum end class 【扩展信息:关于用VC,VB进行图像数据(二进制大对】
public enum xpstyle default1 blue olivegreen silver end enum
friend notinheritable class controlpaint
private sub new() end sub
public shared readonly property bordercolor() as color get return color.fromargb(127, 157, 185) end get end property
public shared readonly property disabledbordercolor() as color get return color.fromargb(201, 199, 186) end get end property
public shared readonly property buttonbordercolor() as color get return color.fromargb(28, 81, 128) end get end property
public shared readonly property disabledbuttonbordercolor() as color get return color.fromargb(202, 200, 187) end get end property
public shared readonly property disabledbackcolor() as color get return color.fromargb(236, 233, 216) end get end property
public shared readonly property disabledforecolor() as color get return color.fromargb(161, 161, 146) end get end property
... 下一页