IMenuModelGetLabelAt Method  | 
Version 108.4.130 
            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: 108.4.130.0 (108.4.130.0)
Syntaxstring GetLabelAt(
	int index
)
String^ GetLabelAt(
	int index
)
Parameters
- index
 - Type: SystemInt32
specified index 
Return Value
Type: 
StringLabel or empty if not found due to invalid range or the index being a separator.
See Also