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




 File Edit View Help


On this example you can see the Menu with icons. To achieve this, you need to use icon, iconOver, iconWidth and iconHeight node attributes in the menu XML Structure.

All icons should be placed in the Skin Folder as specified by the SkinFolder property.

  • XML

    <menu>
      ...
      <item title="Cut" icon="Cut.gif" iconWidth="18" iconHeight="18" />
      <item title="Copy" icon="Copy.gif" iconOver="CopyOver.gif" />
      <separator />
      <item title="Paste" icon="Paste.gif" />
      ...
    </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