GrapeCity MultiRow Windows Forms Documentation
OldValue Property


Gets the width or height of the cell before resizing. The unit is in pixels.
Syntax
Public ReadOnly Property OldValue As Integer
Dim instance As ResizeTipTextNeededEventArgs
Dim value As Integer
 
value = instance.OldValue
public int OldValue {get;}

Property Value

An System.Int32 value that represents the width or height of the header cell before resizing. The unit is in pixels.
Remarks
You can customize the resize tip text based on NewValue and OldValue. For example, in the ResizeTipTextNeeded event handler, you can write code "e.ResizeTipText = "resize from " + e.OldValue + "to " + e.NewValue".
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

ResizeTipTextNeededEventArgs Class
ResizeTipTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.