Gets the collection of all Html elements in the BodyHtml
Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property HtmlElements As HtmlElementCollection |
| C# |
|---|
| public HtmlElementCollection HtmlElements { get; } |
| C++ |
|---|
| public property HtmlElementCollection HtmlElements sealed { HtmlElementCollection get(); } |
| J# |
|---|
| /** property */ public HtmlElementCollection get_HtmlElements(); |
| JScript |
|---|
| public function get HtmlElements() : HtmlElementCollection |