实现XP风格下拉筐

实现XP风格下拉筐

实现的步骤及源码如下:
Default.aspx代码:
 1



Default.aspx.cs代码:

  1实现XP风格下拉筐using System;
  2实现XP风格下拉筐using System.Collections;
  3实现XP风格下拉筐using System.ComponentModel;
  4实现XP风格下拉筐using System.Data;
  5实现XP风格下拉筐using System.Drawing;
  6实现XP风格下拉筐using System.Web;
  7实现XP风格下拉筐using System.Web.SessionState;
  8实现XP风格下拉筐using System.Web.UI;
  9实现XP风格下拉筐using System.Web.UI.WebControls;
 10实现XP风格下拉筐using System.Web.UI.HtmlControls;
 11实现XP风格下拉筐using UIControl;
 12实现XP风格下拉筐
 13实现XP风格下拉筐namespace PopupMenuControlSample
 14

PopupMenuControl.js代码:

  1实现XP风格下拉筐
  2实现XP风格下拉筐var VisibleSubMenus = '';
  3实现XP风格下拉筐var MenuTimer = 0;
  4实现XP风格下拉筐var CloseTimer = 0;
  5实现XP风格下拉筐
  6实现XP风格下拉筐
  7实现XP风格下拉筐function EnterMenuCell(MenuCell,SubMenuTable)
  8

PopupMenuControl.css代码:

 1实现XP风格下拉筐.PopupMenuTableStyle
 2

源码下载地址:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-11-17
  • 2021-09-05
  • 2021-10-26
  • 2021-11-18
猜你喜欢
  • 2021-09-04
  • 2021-11-09
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2022-01-04
相关资源
相似解决方案