The template used to layout the RapidSpellWeb control.
| C# | Visual Basic | Visual C++ |
public class Layout
Public Class Layout
public ref class Layout
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Layout()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Html | The Html template used to layout this control. | |
| HtmlArray | The Html template used to layout this control as an array. | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
Set Html in this object to define the layout, using the following layout identifiers;
<PreviewPane/>
<IgnoreButton/>
<IgnoreAllButton/>
<ChangeButton/>
<ChangeAllButton/>
<FinishButton/>
<ChangeToLabel/>
<ChangeToBox/>
<SuggestionsLabel/>
<SuggestionsBox/>
<AddButton/>
<UndoButton/>
<FieldDisplayLabel/>
These MUST be on lines by themselves, with no other characters.
| Object | |
| Layout | |