C# Class MetroTrilithon.UI.Controls.WebBrowserHelper

ファイルを表示 Open project: Grabacr07/MetroTrilithon

Public Properties

Property Type Description
AllowWebBrowserDropProperty System.Windows.DependencyProperty
ScriptErrorsSuppressedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAllowWebBrowserDrop ( DependencyObject element ) : bool
GetAxWebbrowser2 ( System.Windows.Controls.WebBrowser browser ) : object
GetScriptErrorsSuppressed ( System.Windows.Controls.WebBrowser browser ) : bool
SetAllowWebBrowserDrop ( DependencyObject element, bool value ) : void
SetScriptErrorsSuppressed ( System.Windows.Controls.WebBrowser browser, bool value ) : void

Private Methods

Method Description
AllowWebBrowserDropChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ScriptErrorsSuppressedChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetAllowWebBrowserDrop() public static method

public static GetAllowWebBrowserDrop ( DependencyObject element ) : bool
element System.Windows.DependencyObject
return bool

GetAxWebbrowser2() public static method

public static GetAxWebbrowser2 ( System.Windows.Controls.WebBrowser browser ) : object
browser System.Windows.Controls.WebBrowser
return object

GetScriptErrorsSuppressed() public static method

public static GetScriptErrorsSuppressed ( System.Windows.Controls.WebBrowser browser ) : bool
browser System.Windows.Controls.WebBrowser
return bool

SetAllowWebBrowserDrop() public static method

public static SetAllowWebBrowserDrop ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
return void

SetScriptErrorsSuppressed() public static method

public static SetScriptErrorsSuppressed ( System.Windows.Controls.WebBrowser browser, bool value ) : void
browser System.Windows.Controls.WebBrowser
value bool
return void

Property Details

AllowWebBrowserDropProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllowWebBrowserDropProperty
return System.Windows.DependencyProperty

ScriptErrorsSuppressedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScriptErrorsSuppressedProperty
return System.Windows.DependencyProperty