C# Class Grabacr07.KanColleViewer.Views.Controls.WebBrowserHelper

ファイルを表示 Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Public Properties

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

Public Methods

Method Description
GetAllowWebBrowserDrop ( DependencyObject element ) : bool
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
GetAxWebbrowser2 ( System.Windows.Controls.WebBrowser browser ) : object
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

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