Version

ExitCellFromEditModeInternalRow(Boolean) Method

When rows are in edit mode, this method removes the current cell from edit mode, but leaves the editor inside of it.
Syntax
'Declaration
 
Protected Friend Function ExitCellFromEditModeInternalRow( _
   ByVal cancel As Boolean _
) As Boolean
protected internal bool ExitCellFromEditModeInternalRow( 
   bool cancel
)

Parameters

cancel

Return Value

True if the operation was successful
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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