CefMenuModel SetEnabled Method Xilium.CefGlue

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

Change the enabled status of the specified |commandId|. Returns true on success.

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

public bool SetEnabled(
	int commandId,
	bool enabled
)

Parameters

commandId
Type: OnlineSystem Int32

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

enabled
Type: OnlineSystem Boolean

[Missing <param name="enabled"/> documentation for "M:Xilium.CefGlue.CefMenuModel.SetEnabled(System.Int32,System.Boolean)"]

Return Value

Type: OnlineBoolean

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

See Also