ChatterBox.Client.Presentation.Shared.Behaviors.ReturnKeyCloseKeyboardBehavior.GetEnabled C# (CSharp) Method

GetEnabled() public static method

public static GetEnabled ( DependencyObject obj ) : bool
obj Windows.UI.Xaml.DependencyObject
return bool
        public static bool GetEnabled(DependencyObject obj)
        {
            return (bool)obj.GetValue(EnabledProperty);
        }