Spread Silverlight Documentation
CanExecute Method (AddFloatingObjectUndoAction)


Data used by the action. If the action does not require data to be passed, this object can be set to null.
Defines the method that determines whether the action can execute in its current state.
Syntax
'Declaration
 
Public Overrides Function CanExecute( _
   ByVal parameter As System.Object _
) As System.Boolean
'Usage
 
Dim instance As AddFloatingObjectUndoAction
Dim parameter As System.Object
Dim value As System.Boolean
 
value = instance.CanExecute(parameter)
public override System.bool CanExecute( 
   System.object parameter
)

Parameters

parameter
Data used by the action. If the action does not require data to be passed, this object can be set to null.

Return Value

true if this action can be executed; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

AddFloatingObjectUndoAction Class
AddFloatingObjectUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.