Returns a position of the specified menu item
or -1 if the specified menu item was not found.
| [Visual Basic .NET] |
|---|
Public Function GetPositionOf( _
ByVal MenuItemTitle As String _
) As Integer
|
| [C#] |
|---|
public int GetPositionOf(
|
| [Managed C++] |
|---|
public: int GetPositionOf(
|
| [Java] |
|---|
public int getPositionOf(
|
| [Unmanaged C++] |
|---|
public: HRESULT GetPositionOf(
|
- MenuItemTitle