资源简介
ComboBox下拉弹出任意控件
代码片段和文件信息
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Security.Permissions;
using System.Windows.Forms;
using System.Windows.Forms.Design;
using System.Collections.Generic;
namespace CustomComboBox
{
public delegate void DataGridViewClosedHandler(DataGridViewEventArgs e);
///
/// CustomComboBox is an extension of ComboBox which provides drop-down customization.
///
[SecurityPermissionAttribute(SecurityAction.linkDemand Flags = SecurityPermissionFlag.UnmanagedCode)]
[Designer(typeof(CustomComboBoxDesigner))]
public class CustomComboBox : ComboBox IPopupControlHost
{
#region Construction and destruction
private bool readOnly = tru
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 31232 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\bin\Release\CustomComboDemo.exe
文件 71168 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\bin\Release\CustomComboDemo.pdb
文件 14328 2011-03-25 15:51 CustomComboBoxDemo\CustomComboDemo\bin\Release\CustomComboDemo.vshost.exe
文件 490 2009-06-11 05:14 CustomComboBoxDemo\CustomComboDemo\bin\Release\CustomComboDemo.vshost.exe.manifest
文件 17712 2011-03-25 16:32 CustomComboBoxDemo\CustomComboDemo\CustomComboBox.cs
文件 4487 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\CustomComboDemo.csproj
文件 74 2008-04-20 02:43 CustomComboBoxDemo\CustomComboDemo\CustomComboDemo.csproj.user
文件 516 2011-03-25 16:03 CustomComboBoxDemo\CustomComboDemo\DataGridViewEventArgs.cs
文件 2897 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\Form1.cs
文件 5997 2011-03-25 16:07 CustomComboBoxDemo\CustomComboDemo\Form1.Designer.cs
文件 5814 2011-03-25 16:07 CustomComboBoxDemo\CustomComboDemo\Form1.resx
文件 842 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.csproj.FileListAbsolute.txt
文件 912 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.csproj.GenerateResource.Cache
文件 31232 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.exe
文件 180 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.Form1.resources
文件 71168 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.pdb
文件 180 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.Properties.Resources.resources
文件 180 2011-03-25 16:48 CustomComboBoxDemo\CustomComboDemo\obj\Release\CustomComboDemo.UserControl1.resources
文件 725 2009-04-29 23:20 CustomComboBoxDemo\CustomComboDemo\OldNewEvent.cs
文件 25125 2009-06-17 20:13 CustomComboBoxDemo\CustomComboDemo\PopupControl.cs
文件 507 2008-04-20 01:46 CustomComboBoxDemo\CustomComboDemo\Program.cs
文件 1442 2008-04-20 01:46 CustomComboBoxDemo\CustomComboDemo\Properties\AssemblyInfo.cs
文件 2859 2008-04-20 01:46 CustomComboBoxDemo\CustomComboDemo\Properties\Resources.Designer.cs
文件 5612 2008-04-20 01:46 CustomComboBoxDemo\CustomComboDemo\Properties\Resources.resx
文件 1839 2008-12-09 13:12 CustomComboBoxDemo\CustomComboDemo\Properties\Settings.Designer.cs
文件 1209 2008-12-09 13:12 CustomComboBoxDemo\CustomComboDemo\Properties\Settings.settings
文件 748 2008-04-20 15:46 CustomComboBoxDemo\CustomComboDemo\UserControl1.cs
文件 5654 2008-04-20 15:45 CustomComboBoxDemo\CustomComboDemo\UserControl1.Designer.cs
文件 5814 2008-04-20 15:45 CustomComboBoxDemo\CustomComboDemo\UserControl1.resx
文件 29696 2009-06-21 13:50 CustomComboBoxDemo\CustomComboDemo.exe
............此处省略17个文件信息
相关资源
- adsl 自动拨号类 源码
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- wince引脚控制程序
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Syndication实现读取、创建、订阅、更新
- jQuery lazyload-预加载 功能,已经通过运
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- httpclient source code by csharp
- 动态抓取IPC#实现
- NServiceKit.Redis 基础操作
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- Socke传输 (wince6.0系统)
- Prodave6联接程序源码
- UDP Messenger 1.0.unitypackage
- asp.net 网页静态化组件(shipingx-Stati
- SocketAsyncEventArgs完成断开编程
- 基于WinPcap的C# ARP欺骗软件().rar
- C#网络应用编程 矩阵并行计算练习
评论
共有 条评论