GrapeCity MultiRow Windows Forms Documentation
CanExecute Method (IAction)


The target GcMultiRow control that executes this action.
Determines whether the current IAction is executed in its current state.
Syntax
Function CanExecute( _
   ByVal target As GcMultiRow _
) As Boolean
Dim instance As IAction
Dim target As GcMultiRow
Dim value As Boolean
 
value = instance.CanExecute(target)
bool CanExecute( 
   GcMultiRow target
)

Parameters

target
The target GcMultiRow control that executes this action.

Return Value

true if the action is executed; otherwise false.
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

IAction Interface
IAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.