Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LanguageIndependentPath property returns the language-independent path of the menu item.
The language-independent path starts at the root, and the menu items are separated by "->". This property is read-only.
Syntax
Property LanguageIndependentPath As String
Property value
The language-independent path of the menu item, starting from the root.
Examples
' Display the MenuItem's LanguageIndependentPath property.
MsgBox ("LanguageIndependentPath: " _
& objMenuItem.LanguageIndependentPath)
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|
| IDL |
|
| DLL |
|
| IID |
IID_MenuItem is defined as 0178FAD1-B361-4B27-96AD-67C57EBF2E1D |