IMenuModelSetLabelAt Method |
Version 130.1.90
Set the label at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetLabelAt(
int index,
string label
)
bool SetLabelAt(
int index,
String^ label
)
Parameters
- index Int32
- index
- label String
- the label
Return Value
BooleanReturns true on success.
See Also