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; }
Public Property IsMainFrame As Boolean
Get
Set
member IsMainFrame : bool with get, set
Property Value
Type:
Booleantrue if loading for the main frame; otherwise,
false.
See Also