C# Class Prizm.Main.Forms.MainChildForm.ChildEditableForm.ControlsCollection

helper class for managing control states
Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
Add ( Control c, ControlCondition condition, bool>.Func IsEditableMethod = null ) : void
CheckConditionEditable ( Control c, bool argument ) : bool
Clear ( ) : void
GetCondition ( Control c ) : ControlCondition

Method Details

Add() public méthode

public Add ( Control c, ControlCondition condition, bool>.Func IsEditableMethod = null ) : void
c System.Windows.Forms.Control
condition ControlCondition
IsEditableMethod bool>.Func
Résultat void

CheckConditionEditable() public méthode

public CheckConditionEditable ( Control c, bool argument ) : bool
c System.Windows.Forms.Control
argument bool
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

GetCondition() public méthode

public GetCondition ( Control c ) : ControlCondition
c System.Windows.Forms.Control
Résultat ControlCondition