ArcFM Responder Mobile Developer Guide
CanExecuteCommand Method (IPriorityButtonPresenter)






Indicates when the button should be enabled.
Syntax
'Declaration
 
Function CanExecuteCommand( _
   ByVal value As System.Object _
) As System.Boolean
'Usage
 
Dim instance As IPriorityButtonPresenter
Dim value As System.Object
Dim value As System.Boolean
 
value = instance.CanExecuteCommand(value)
System.bool CanExecuteCommand( 
   System.object value
)
function CanExecuteCommand( 
    value: System.TObject
): System.Boolean; 
function CanExecuteCommand( 
   value : System.Object
) : System.boolean;
System.bool CanExecuteCommand( 
   System.Object* value
) 
System.bool CanExecuteCommand( 
   System.Object^ value
) 

Parameters

value
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

IPriorityButtonPresenter Interface
IPriorityButtonPresenter Members

Send Feedback