Click or drag to resize

IMenuModelSetEnabled Method

Version 130.1.90
Change the enabled status of the specified commandId.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool SetEnabled(
	CefMenuCommand commandId,
	bool enabled
)

Parameters

commandId  CefMenuCommand
the command Id
enabled  Boolean
is enabled

Return Value

Boolean
Returns true on success.
See Also