CefMenuModel InsertSubMenuAt Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Insert a sub-menu in the menu at the specified |index|. The new sub-menu is returned.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefMenuModel InsertSubMenuAt(
	int index,
	int commandId,
	string label
)

Parameters

index
Type: OnlineSystem Int32

[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefMenuModel.InsertSubMenuAt(System.Int32,System.Int32,System.String)"]

commandId
Type: OnlineSystem Int32

[Missing <param name="commandId"/> documentation for "M:Xilium.CefGlue.CefMenuModel.InsertSubMenuAt(System.Int32,System.Int32,System.String)"]

label
Type: OnlineSystem String

[Missing <param name="label"/> documentation for "M:Xilium.CefGlue.CefMenuModel.InsertSubMenuAt(System.Int32,System.Int32,System.String)"]

Return Value

Type: CefMenuModel

[Missing <returns> documentation for "M:Xilium.CefGlue.CefMenuModel.InsertSubMenuAt(System.Int32,System.Int32,System.String)"]

See Also