'Declaration Public Overridable Function CanExecuteCommand() As Boolean
'Usage Dim instance As DropDownItemBaseControl Dim value As Boolean value = instance.CanExecuteCommand()
public virtual bool CanExecuteCommand()
Return Value
true
if the command can executed; otherwise, false
.