[]
        
(Showing Draft Content)

C1.Win.C1Editor.Comments.CanExecute

CanExecute Method

CanExecute(Action)

Returns a Boolean value indicating whether the specified action can be executed.

Declaration
public bool CanExecute(Comments.Action action)
Public Function CanExecute(action As Comments.Action) As Boolean
Parameters
Type Name Description
Comments.Action action

The action to be executed.

Returns
Type Description
bool

A Boolean value indicating whether or not the specified action can be executed.