| Author |
|
| Company |
N/A |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
April 22, 2003 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
Outlook bar functionality in a ASP.net server control
Syntax Example
Imports AC_SlideMenu
Protected WithEvents Menu_Bar1 As AC_SlideMenu.AC_SlideMenu.Menu_Bar
Menu_Bar1.Panel1_Add_Control = New LiteralControl("<br>")
Dim hl As New HyperLink()
hl.Height = Unit.Pixel(50)
hl.Width = Unit.Pixel(50)
hl.Text = ""
hl.ImageUrl = "Images/Outlook_Today.jpg"
hl.NavigateUrl = "http://www.ademco.com"
hl.Target = "_blank"
hl.BorderStyle = BorderStyle.None
hl.Attributes.Add("onmouseover", "style.border='1px Outset'")
hl.Attributes.Add("onmouseout", "style.border='none'")
hl.Attributes.Add("onmousedown", "style.border='2px inset'")
hl.Attributes.Add("onmouseup", "style.border='1px Outset'")
Menu_Bar1.Panel1_Add_Control = hl
Menu_Bar1.Panel1_Add_Control = New LiteralControl("<br>")
Reviews
Submit a review
menu
Reviewed by: kbm on Thursday, August 11, 2005
4 Stars
i didnt see anything