Editor Resize Mode

Namespace: CuteEditor
Assembly: 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 nameValueDescription
ResizeCorner0 This feature allows users adjust the height of the editor area by pulling out from the lower right corner of the wysiwyg editor box.
PlusMinus1 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.
AutoAdjust2 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.
None3 The height of editor is not adjustable.

See Also