FlexGrid for WinForms
Measuring Property



Gets a value that determines if the event was fired only to measure the cell.
Syntax
'Declaration
 
Public ReadOnly Property Measuring As Boolean
'Usage
 
Dim instance As OwnerDrawCellEventArgs
Dim value As Boolean
 
value = instance.Measuring
public bool Measuring {get;}
public:
property bool Measuring {
   bool get();
}
Remarks
This occurs while auto-sizing rows and columns, since the event handler may change the value displayed in the cell while handling this event.
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

OwnerDrawCellEventArgs Class
OwnerDrawCellEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback