GrapeCity MultiRow Windows Forms Documentation
CanExecute Method (Action)


The target GcMultiRow control that executes this action.
Determines whether the action can be executed in its current state.
Syntax
Public MustOverride Function CanExecute( _
   ByVal target As GcMultiRow _
) As Boolean
Dim instance As Action
Dim target As GcMultiRow
Dim value As Boolean
 
value = instance.CanExecute(target)
public abstract bool CanExecute( 
   GcMultiRow target
)

Parameters

target
The target GcMultiRow control that executes this action.

Return Value

true if the action can be 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

Action Class
Action Members

 

 


Copyright © GrapeCity, inc. All rights reserved.