GrapeCity MultiRow Windows Forms Documentation
CanExecute Method (ActionList)


The target GcMultiRow control that executes this action.
Determines whether the action can be executed in its current state.
Syntax
Public Function CanExecute( _
   ByVal target As GcMultiRow _
) As Boolean
Dim instance As ActionList
Dim target As GcMultiRow
Dim value As Boolean
 
value = instance.CanExecute(target)
public 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

ActionList Class
ActionList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.