Click or drag to resize

IMenuModelGetLabelAt Method

Version 94.4.20
Returns the label at the specified index or empty if not found due to invalid range or the index being a separator.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
string GetLabelAt(
	int index
)

Parameters

index
Type: SystemInt32
specified index

Return Value

Type: String
Label or empty if not found due to invalid range or the index being a separator.
See Also