C# 클래스 Prizm.Main.Forms.MainChildForm.ChildEditableForm.ControlsCollection

helper class for managing control states
파일 보기 프로젝트 열기: AleksMorozova/prizm

공개 메소드들

메소드 설명
Add ( Control c, ControlCondition condition, bool>.Func IsEditableMethod = null ) : void
CheckConditionEditable ( Control c, bool argument ) : bool
Clear ( ) : void
GetCondition ( Control c ) : ControlCondition

메소드 상세

Add() 공개 메소드

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

CheckConditionEditable() 공개 메소드

public CheckConditionEditable ( Control c, bool argument ) : bool
c System.Windows.Forms.Control
argument bool
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetCondition() 공개 메소드

public GetCondition ( Control c ) : ControlCondition
c System.Windows.Forms.Control
리턴 ControlCondition