C# Class ForumSurfer.Browser.WebBrowserHelper

ファイルを表示 Open project: spaghettidba/ForumSurfer

Public Properties

Property Type Description
LinkSourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetLinkSource ( DependencyObject obj ) : string
LinkSourcePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetLinkSource ( DependencyObject obj, string value ) : void

Method Details

GetLinkSource() public static method

public static GetLinkSource ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

LinkSourcePropertyChanged() public static method

public static LinkSourcePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetLinkSource() public static method

public static SetLinkSource ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

LinkSourceProperty public_oe static_oe property

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