HighTechTalks DotNet Forums  

Enhance Custom Control inherit menu control

ASP.net Web Controls microsoft.public.dotnet.framework.aspnet.webcontrols


Discuss Enhance Custom Control inherit menu control in the ASP.net Web Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
=?Utf-8?B?QW50aG9ueQ==?=
 
Posts: n/a

Default Enhance Custom Control inherit menu control - 07-10-2007 , 11:52 AM






Hi
I am trying to create a custom menu control which will enhance the
current System.Web.UI.WebControls.Menu Control, therefore I start with the
following:

public class Folder_Menu : System.Web.UI.WebControls.Menu
{
}

Everything is working but none of the setting in the .aspx file can carry
over to my control.
Do you have any idea why?

aspx file setting:
<CC:Folder_Menu ID="Custom_Menu" runat="server" Orientation="Horizontal"
BackColor="#336699" BorderColor="BlueViolet" BorderStyle="Outset"
BorderWidth="1" DynamicMenuItemStyle-Height="30"
DynamicMenuItemStyle-BackColor="#336699"
DynamicMenuItemStyle-BorderColor="#00CCFF"
DynamicMenuItemStyle-BorderStyle="Groove"
DynamicMenuItemStyle-BorderWidth="1" DynamicMenuItemStyle-ForeColor="White"
ForeColor="White" DynamicHoverStyle-BackColor="#FFFFCC"
DynamicHoverStyle-ForeColor="#000000" Font-Bold="true" Font-Italic="false"
Font-Strikeout="false" DynamicVerticalOffset="3" DynamicHorizontalOffset="3"
MaximumDynamicDisplayLevels="5" DynamicPopOutImageTextFormatString="Expand
{0}" style="z-index: 101; left: 362px; position: absolute; top: 67px"
RootPath="C:\InetPub\wwwroot">
<LevelMenuItemStyles>
<asp:MenuItemStyle Font-Underline="False" HorizontalPadding="5px" />
</LevelMenuItemStyles>
<DynamicHoverStyle BackColor="#FFFFCC" ForeColor="Black" />
<DynamicMenuItemStyle BackColor="#336699" BorderColor="#00CCFF"
BorderStyle="Groove" BorderWidth="1px" ForeColor="White" Height="30px" />
</CC:Folder_Menu>

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.