Click here to Skip to main content
15,892,927 members
Articles / Programming Languages / Visual Basic

MenuStrip Control with MSOffice Visual Styles using VB.NET

Rate me:
Please Sign up or sign in to vote.
4.15/5 (9 votes)
14 Dec 2011CPOL1 min read 30.7K   2.4K   13  
A User Control with Microsoft Office 2007 Visual Style
<?xml version="1.0"?>
<doc>
<assembly>
<name>
MBContextMenu
</name>
</assembly>
<members>
<member name="M:MBContextMenuStrip.MBContextMenuStrip.#ctor">
	<summary>
 Constructor of MBContextMenuStrip
 </summary>
</member><member name="M:MBContextMenuStrip.MBContextMenuStrip.InitializeComponent">
	<summary>
 Initialize MBContextMenuStrip and MBMenuRenderClass
 </summary>
</member><member name="T:MBContextMenuStrip.MBContextMenuStrip">
	<summary>
 MBContextMenuStrip Class
 </summary>
	<remarks>Version 1.0</remarks>
</member><member name="M:MBContextMenuStrip.MBMenuRendere.OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs)">
	<summary>
 Draw MenuItem Background of MBContextMenuStrip
 </summary>
</member><member name="M:MBContextMenuStrip.MBMenuRendere.OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs)">
	<summary>
 Draw ItemImage for MBContextMenuStrip
 </summary>
</member><member name="M:MBContextMenuStrip.MBMenuRendere.DrawArc(System.Drawing.Rectangle,System.Drawing.Drawing2D.GraphicsPath)">
	<summary>
 Draw Arc around MenuItem of MBContextMenuStrip
 </summary>
	<param name="re">Rectangle</param>
	<param name="pa">Graphics Pth</param>
</member><member name="M:MBContextMenuStrip.MBMenuRendere.GetColor(System.Int32,System.Int32,System.Int32)">
	<summary>
 Color used for Rendering MBContextMenuStrip
 </summary>
	<param name="R">Red Value</param>
	<param name="G">Green Value</param>
	<param name="B">Blue Value</param>
	<returns></returns>
	<remarks>New Color</remarks>
</member><member name="T:MBContextMenuStrip.MBMenuRendere">
	<summary>
 MBMenuRenderer Class for MBContextMenuStrip
 </summary>
	<remarks>Version 1.0</remarks>
</member><member name="P:MBContextMenuStrip.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:MBContextMenuStrip.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:MBContextMenuStrip.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
It always seems good to hear about me, but the thing I do is I code. I'm Interested in Designing Windows Based Application, Web Applications and building Mobile Applications. Currently restricting it to Android 4.0 applications, building Internet Based Applications using ASP.NET and contributing to bring the student community to a position which will help technology to reach the greatest heights ever. A very Big fan of Microsoft & Android..!!

Comments and Discussions