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

Afficher le fichier Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
AllowWebBrowserDropProperty System.Windows.DependencyProperty
ScriptErrorsSuppressedProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetAllowWebBrowserDrop ( DependencyObject element ) : bool
element System.Windows.DependencyObject
Résultat bool

GetScriptErrorsSuppressed() public static méthode

public static GetScriptErrorsSuppressed ( System.Windows.Controls.WebBrowser browser ) : bool
browser System.Windows.Controls.WebBrowser
Résultat bool

SetAllowWebBrowserDrop() public static méthode

public static SetAllowWebBrowserDrop ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
Résultat void

SetScriptErrorsSuppressed() public static méthode

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

Property Details

AllowWebBrowserDropProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllowWebBrowserDropProperty
Résultat System.Windows.DependencyProperty

ScriptErrorsSuppressedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScriptErrorsSuppressedProperty
Résultat System.Windows.DependencyProperty