Supported UI methods for changing mode.
| C# |
public enum ToggleModeType
| Member | Description |
|---|---|
| Tabs |
Displays Design and Html tabs at the bottom of the editor.
|
| ToggleButton |
Displays a single button in the toolbar.
The button displayed changes based on the current mode.
|
| Buttons |
Displays separate buttons for Design and Html mode in the toolbar.
|
| None |
No tabs or buttons are displayed for switching modes.
|