日期:2010-02-21  浏览次数:20507 次

图片

正文

这个控件模仿winform中的button,可以支持图片和文字。可以选择执行服务器端程序还是客户端程序,还有一些简单的设置。

不足的是不支持样式,下次希望可以写一个工具条。

以下就是代码

以下为引用的内容:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
using System.ComponentModel;
using System.Web.UI;
using System.Drawing.Design;
using System.Drawing.Drawing2D;
namespace ClassLibrary1
{
    [Serializable]
    
public class Picture
    {
       
        
private Unit height = 16;
        
        
private string src = string.Empty;
        [NotifyParentProperty(
true)]
        [Browsable(
true), Bindable(true), Description("图片路径"), Category("