DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IUIWebView

    A component that represents a web view.

    Inherited Members
    IUITitledElement.Title
    IUITitledElement.TitleChanged
    IUIElement.Id
    IUIElement.IsVisible
    IUIElement.IsEnabled
    IUIElement.HorizontalAlignment
    IUIElement.VerticalAlignment
    IUIElement.IsVisibleChanged
    IUIElement.IsEnabledChanged
    IUIElement.HorizontalAlignmentChanged
    IUIElement.VerticalAlignmentChanged
    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public interface IUIWebView : IUITitledElement, IUIElement

    Properties

    Source

    The HTML content to display, or URI to the page to display.

    Declaration
    OneOf<string, Uri>? Source { get; }
    Property Value
    Type Description
    OneOf<string, Uri>?

    Events

    SourceChanged

    Raised when Source is changed.

    Declaration
    event EventHandler? SourceChanged
    Event Type
    Type Description
    EventHandler

    Extension Methods

    GUI.AlignHorizontally<T>(T, UIHorizontalAlignment)
    GUI.AlignVertically<T>(T, UIVerticalAlignment)
    GUI.Disable<T>(T)
    GUI.Enable<T>(T)
    GUI.Hide<T>(T)
    GUI.NavigateToUri(IUIWebView, Uri)
    GUI.RenderHTML(IUIWebView, string)
    GUI.Show<T>(T)
    GUI.Title<T>(T, string?)
    LoggingExtensions.Log<T>(T)
    In this article
    DevToys logo © 2024 DevToys