Click or drag to resize

WebViewLoadingEventArgsIsMainFrame Property

Gets or sets a value indicating whether the main frame is loading, or a child frame.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsMainFrame { get; set; }

Property Value

Type: Boolean
true if loading for the main frame; otherwise, false.
See Also