Click or drag to resize

IMenuModelSetLabelAt Method

Version 130.1.90
Set the label at the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool SetLabelAt(
	int index,
	string label
)

Parameters

index  Int32
index
label  String
the label

Return Value

Boolean
Returns true on success.
See Also