APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

Menu
Version 3.5



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Appearance
Layout
Behavior
Programming






On this example you can see the Menu consisting only of images. To achieve this, you need to use the image, imageOver, imageWidth and imageHeight attributes in your Menu Structure. All images should be placed in the Skin Folder as specified by the SkinFolder property.
  • XML

    <menu>
      ...
      <item image="HOMEd.jpg" imageWidth="70" imageHeight="32"/>
      <item image="ABOUTUSd.jpg" imageOver="ABOUTUSe.jpg"/>
      <separator image="SEP.jpg" imageWidth="144" imageHeight="4"/>
      <item image="TOOLSd.jpg" imageOver="TOOLSe.jpg"/>
      ...
    </menu>
    

Code Samples:
WebForm1.aspxWebForm1.aspx.csWebForm1.aspx.vbMenu.XML
Skin Style (Horizontal)Skin Images  



  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center