CuteEditor for .NET 6.0 Class Library

Editor.EnableObjectResizing Property

Specify whether or not to allow the users resize an object winthin the Cute Editor. For example, if you want to prevent people from resizing images, table winthin the Cute Editor, you can set it to false.

[Visual Basic]
Public Property EnableObjectResizing As Boolean
[C#]
public bool EnableObjectResizing {get; set;}

See Also

Editor Class | CuteEditor Namespace