CuteEditor for .NET 6.2 Class Library

EditorResizeMode Enumeration

Editor Resize Mode

[Visual Basic]
Public Enum EditorResizeMode
[C#]
public enum EditorResizeMode

Members

Member Name Description
ResizeCorner 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 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 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 The height of editor is not adjustable.

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace