Menu.FindMergePosition(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the position at which a menu item should be inserted into the menu.
protected:
int FindMergePosition(int mergeOrder);
protected int FindMergePosition (int mergeOrder);
member this.FindMergePosition : int -> int
Protected Function FindMergePosition (mergeOrder As Integer) As Integer
Parameters
- mergeOrder
- Int32
The merge order position for the menu item to be merged.
Returns
The position at which a menu item should be inserted into the menu.
Remarks
The merge order of a menu item specifies the relative position that this menu item will assume if the menu structure that the MenuItem is contained in is merged with another.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.