Click or drag to resize

IMenuModelIsVisibleAt Method

Version 130.1.90
Returns true if the specified index is visible.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool IsVisibleAt(
	int index
)

Parameters

index  Int32
index

Return Value

Boolean
Returns true if the specified index is visible.
See Also