C# Class Open.Core.UI.Controls.HtmlDocument

Embeds an HTML page.
Inheritance: System.Windows.Controls.UserControl, INotifyDisposed
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Properties

Property Type Description
OffsetProperty System.Windows.DependencyProperty
SourceUriProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dispose ( ) : void
HtmlDocument ( ) : System

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Private Methods

Method Description
OnDisposed ( ) : void
SetOffset ( ) : void
SetSource ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

HtmlDocument() public method

public HtmlDocument ( ) : System
return System

Property Details

OffsetProperty public static property

Gets or sets the pixel offset to apply when calculating the position of the HTML (used when the SL app is not filling the entire window).
public static DependencyProperty,System.Windows OffsetProperty
return System.Windows.DependencyProperty

SourceUriProperty public static property

Gets or sets the URL of the page.
public static DependencyProperty,System.Windows SourceUriProperty
return System.Windows.DependencyProperty