Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
HtmlObject Class
 HtmlObject Members
Members FilterMembers Filter
.NET Framework Class Library for Silverlight
HtmlObject Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides methods for browser elements that are explicitly supplied by the Silverlight HTML Bridge feature. Because Document Object Model (DOM) objects are inherently scriptable, an HtmlObject is also a scriptable object.

The HtmlObject type exposes the following members.

  NameDescription
HtmlObject Initializes a new instance of the HtmlObject class.
Top
  NameDescription
AttachEventOverloaded. Attaches a .NET Framework event handler to an event on the current Document Object Model (DOM) object.
CheckAccess Determines whether the current thread is the browser's UI thread. (Inherited from ScriptObject.)
ConvertToOverloaded.
DetachEventOverloaded. Detaches a .NET Framework event handler from an event on the current Document Object Model (DOM) object.
Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection. (Inherited from ScriptObject.)
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetPropertyOverloaded.
GetType Gets the Type of the current instance. (Inherited from Object.)
Initialize (Inherited from ScriptObject.)
Invoke Invokes a method on the current scriptable object, and optionally passes in one or more method parameters. (Inherited from ScriptObject.)
InvokeSelf Invokes the current ScriptObject and assumes that it represents a JavaScript method. (Inherited from ScriptObject.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
SetPropertyOverloaded.
ToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
Dispatcher Gets an instance of Dispatcher. (Inherited from ScriptObject.)
ManagedObject Gets the underlying managed object reference of the ScriptObject. (Inherited from ScriptObject.)
Top
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker