IsEnabled() public method

public IsEnabled ( ) : bool
return bool
Beispiel #1
0
 public bool IsEnabled()
 {
     if (!CheckActivityHandler())
     {
         return(false);
     }
     return(ActivityHandler.IsEnabled());
 }