IMenuModelGetLabelAt Method |
Version 130.1.90
Returns the label at the specified index or empty if not found due to
invalid range or the index being a separator.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax string GetLabelAt(
int index
)
String^ GetLabelAt(
int index
)
Parameters
- index Int32
- specified index
Return Value
StringLabel or empty if not found due to invalid range or the index being a separator.
See Also