No announcements
Found 600183 threads
-
2 Votes
Programmatically click menu item.
Agree with sehlers, I do not think you could access the sub menu item from the parent by its name directly.Answered | 2 Replies | 12759 Views | Created by piscevs - Tuesday, May 24, 2011 9:34 PM | Last reply by Jie Bao - Thursday, May 26, 2011 1:18 AM -
0 Votes
Create a new menu with menu items defined on multiple assemblies
When testing my app, the top level menu is created (if there is a command within it), but the menu items from other packages don't appear.Answered | 4 Replies | 539 Views | Created by Olivier Simon - Friday, February 24, 2017 10:29 AM | Last reply by Olivier Simon - Wednesday, March 1, 2017 6:24 PM -
3 Votes
Dynamic menu item in MenuItemTemplate (in SPGridView)
My Goal: Create a SPGridView with a SPMenuField that hides and disables menu items depending on some value in my list item data.Answered | 12 Replies | 16749 Views | Created by Tudor Olariu - Tuesday, February 19, 2008 2:21 PM | Last reply by ChirantanUpadhyay - Tuesday, June 14, 2011 11:16 AM -
0 Votes
Menu item opening and closing event
Code snippet: <Menu Name="menu"> <MenuItem ...Answered | 2 Replies | 4093 Views | Created by Jawahar Suresh Babu.S - Thursday, February 18, 2010 8:53 AM | Last reply by Jawahar Suresh Babu.S - Thursday, April 8, 2010 7:00 AM -
0 Votes
How to hide a MENU from users groups and NOT just a menu Item
Hi, I'm using VS LightSwitch 2012 and want to hide a menu from a user group and not just a menu item, for example like the way the Administration ...Answered | 1 Replies | 898 Views | Created by MaruisJ - Saturday, April 12, 2014 1:01 PM | Last reply by Xpert360 - Sunday, April 13, 2014 9:57 AM -
0 Votes
How to Add a menu element to a context menu of a visual studio built in item
Once that package is installed then a new item is exactly added to the context menu of the dataset item so that if the VS user right click any added data set ...Answered | 4 Replies | 3961 Views | Created by moss888 - Monday, June 13, 2011 8:53 AM | Last reply by moss888 - Monday, June 20, 2011 11:40 AM -
0 Votes
Property that is bond to menu item it does not change value in menu item in wpf
View Model i have binded property to menu item but text in menu item does not changed ,although Time is changed each tick ...Answered | 1 Replies | 348 Views | Created by SAQIB ABBASI - Wednesday, December 3, 2014 10:58 AM | Last reply by Magnus (MM8) - Wednesday, December 3, 2014 2:32 PM -
3 Votes
Menu?
If this app lasts, and there are any more 'adjunct' functions like this, I'll probably end up using a on-form menu system which I use in a couple of other apps.Answered | 5 Replies | 2368 Views | Created by Gabby22 - Sunday, July 8, 2012 2:33 AM | Last reply by Imb-hb - Thursday, July 12, 2012 10:02 AM -
0 Votes
Restricting access to context menu items
hi you can do this without editing in CORE.JS see this with the help of this you can hide Edit Document Menu ctx.isWebEditorPreview = ...Answered | 9 Replies | 4964 Views | Created by Carnet45 - Monday, March 10, 2008 7:44 AM | Last reply by redhatabhi - Friday, May 1, 2009 8:51 AM -
2 Votes
Urgent: Collapsing/Hiding Menu Item and Ribbon Item...
This required a signon screen that has no menu/ribbon bar displayed until the User is authenticated.Answered | 6 Replies | 1739 Views | Created by Spaceworld - Thursday, April 3, 2014 3:54 PM | Last reply by Xpert360 - Wednesday, April 9, 2014 8:10 AM -
2 Votes
Extending Visual Studio menus for custom work items
Menu items can be addd to most context menus (not all, but most).Answered | 5 Replies | 4924 Views | Created by ekename - Tuesday, August 24, 2010 3:53 PM | Last reply by ekename - Wednesday, August 25, 2010 1:35 PM -
0 Votes
Add item in menu SharePoint 2010
I put together a more detailed blog post on adding a custom action to the PersonalActions/Welcome Menu area of SharePoint 2010, as well as using this action to popup a modal view and ...Answered | 3 Replies | 8386 Views | Created by Vitaly Lisapov - Wednesday, August 18, 2010 6:36 AM | Last reply by Jon Dack - Friday, August 3, 2012 12:30 PM -
0 Votes
Disable menu items based on user rights?
Friends,I'm not going to just create menu items at runtime, I have my menu items in a MenuStrip already.Answered | 8 Replies | 5634 Views | Created by savedlema - Monday, June 9, 2014 1:25 PM | Last reply by savedlema - Monday, June 16, 2014 9:15 AM -
1 Votes
how to add new menu item to sharepoint doc lib item context menu?
As other versions are not kept as SPlistItem in document library, they are only Versions for each file, so it is difficult to append ...Answered | 4 Replies | 6073 Views | Created by Andrew_Butenko - Friday, October 30, 2009 11:34 AM | Last reply by Aaron Han - MSFT - Monday, November 2, 2009 10:47 AM -
2 Votes
How to disable menu hiding after menu item checked?
The following code prevents closing of the drop-down menu when any item clicked.Answered | 3 Replies | 10634 Views | Created by aiurovet - Monday, October 26, 2009 12:57 PM | Last reply by aiurovet - Sunday, May 9, 2010 1:52 PM -
0 Votes
Add menu item to Metro-UI "Device and printers" item
Hi Gremory, You can have context menus in your application.Answered | 7 Replies | 5043 Views | Created by Gremory - Thursday, December 8, 2011 8:18 AM | Last reply by Jeff Sanders - Monday, December 19, 2011 8:38 PM -
1 Votes
How to loop through all menu items in the MenuStrip
Try the below code, menuStrip.Items.OfType<ToolStripItem>().ToList().ForEach(item => { if (item.Name !Answered | 3 Replies | 8889 Views | Created by zhexin - Wednesday, August 8, 2012 8:50 AM | Last reply by Adavesh - Wednesday, August 8, 2012 9:22 AM -
0 Votes
Item Menu Version History giving error 'item has been deleted.'
I added the title column (linked to item with edit menu) to the view and then it started workingAnswered | 5 Replies | 8345 Views | Created by Fred Pacheco Jr - Friday, May 4, 2012 6:33 PM | Last reply by Pradeep Nulu - Thursday, December 22, 2016 6:18 AM -
1 Votes
Disabling the "Open with Report Builder" menu item
Still wondering how to disable this menu item; is it not possible?Answered | 6 Replies | 13576 Views | Created by NTDeveloper - Wednesday, October 22, 2008 3:14 PM | Last reply by Might - Tuesday, April 5, 2011 4:51 AM -
0 Votes
Showing the correct context menu for a project item
I can choose from one of the following commandbars, "Item", "Cross Project Multi Item", "Web Item", etc and then call showpopup(x,y), but these ...Answered | 3 Replies | 2995 Views | Created by msoliver - Friday, March 6, 2009 4:58 AM | Last reply by Ed Dore - Saturday, March 7, 2009 4:34 AM
No announcements