hMailServer.Administrator.Utilities.DirtyChecker.IsDirty C# (CSharp) Méthode

IsDirty() public static méthode

public static IsDirty ( Control parentControl ) : bool
parentControl System.Windows.Forms.Control
Résultat bool
        public static bool IsDirty(Control parentControl)
        {
            return IterateControls(parentControl, Action.CheckDirty, null);
        }