Editor Resize Mode
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public enum EditorResizeMode |
Visual Basic |
---|
Public Enumeration EditorResizeMode |
Visual C++ |
---|
public enum class EditorResizeMode |
Members
Member name | Value | Description | |
---|---|---|---|
ResizeCorner | 0 | This feature allows users adjust the height of the editor area by pulling out from the lower right corner of the wysiwyg editor box. | |
PlusMinus | 1 | This feature allows users adjust the height of the editor area by clicking the plus and minus buttons in the lower right corner of the wysiwyg editor box. | |
AutoAdjust | 2 | Using the AutoAdjust feature to make the Editor change it's height based on the content. The Editor will now grow and shrink in height to match the content inside. It will never shrink smaller than the current height config option. | |
None | 3 | The height of editor is not adjustable. |