You are here Articles Archive How-To
 
View Article
11

OK, so admittedly calling this one a “HOWTO” may be giving the snippet delusions of grandeur. At best, it's a tip -- at worst, it's something self-evident that everybody knows already :)

However, since I had to look it up I thought I might save at least one other person the trouble. To add a menu break (those little horizontal separator bars you see in regular Windows menus) to an Action menu, just do the following:

With MyBase.Actions
.Add(GetNextActionID, "~", "")
End With

Posted in: DotNetNuke, How-To

Comments

There are currently no comments, be the first to post one.

Post Comment

Only registered users may post comments.
Privacy StatementTerms Of UseCopyright (c) 2004-2012 DNNStuff