GrapeCity MultiRow Windows Forms Documentation
ResizeMode Property (CellNote)


Gets or sets a value that indicates how the CellNote is resized.
Syntax
Public Property ResizeMode As ResizeMode
Dim instance As CellNote
Dim value As ResizeMode
 
instance.ResizeMode = value
 
value = instance.ResizeMode
public ResizeMode ResizeMode {get; set;}

Property Value

One of the ResizeMode values. The default is ResizeMode.Both.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not one of the ResizeMode values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellNote Class
CellNote Members

 

 


Copyright © GrapeCity, inc. All rights reserved.