C# 클래스 ATMLCommonLibrary.controls.Extensions

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
IsInDesignMode ( this control ) : bool

Extension method to return if the control is in design mode

비공개 메소드들

메소드 설명
ResolveDesignMode ( System control ) : bool

Method to test if the control or it's parent is in design mode

메소드 상세

IsInDesignMode() 공개 정적인 메소드

Extension method to return if the control is in design mode
public static IsInDesignMode ( this control ) : bool
control this Control to examine
리턴 bool