Search Results for

    Show / Hide Table of Contents

    Class WebBrowserBindableSourceBehavior

    Inheritance
    object
    WebBrowserBindableSourceBehavior
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    [Obsolete("Use WebView2 instead of WebBrowser.")]
    public static class WebBrowserBindableSourceBehavior

    Fields

    BindableSourceProperty

    Declaration
    public static readonly DependencyProperty BindableSourceProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetBindableSource(DependencyObject)

    Declaration
    public static string GetBindableSource(DependencyObject dependencyObject)
    Parameters
    Type Name Description
    DependencyObject dependencyObject
    Returns
    Type Description
    string

    SetBindableSource(DependencyObject, string)

    Declaration
    public static void SetBindableSource(DependencyObject dependencyObject, string value)
    Parameters
    Type Name Description
    DependencyObject dependencyObject
    string value
    In this article
    • Fields
      • BindableSourceProperty
    • Methods
      • GetBindableSource(DependencyObject)
      • SetBindableSource(DependencyObject, string)
    Back to top Generated by DocFX