C# 클래스 UIAutomationTestForms.WinFormsNoTaskBar

파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
WinFormsNoTaskBar ( ControlToForm controls )
WinFormsNoTaskBar ( System controlType, int controlDelay )
WinFormsNoTaskBar ( System controlType, string controlName, string controlAutomationId, int controlDelay )

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes resources used by the form.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

메소드 상세

Dispose() 보호된 메소드

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

WinFormsNoTaskBar() 공개 메소드

public WinFormsNoTaskBar ( ControlToForm controls )
controls ControlToForm

WinFormsNoTaskBar() 공개 메소드

public WinFormsNoTaskBar ( System controlType, int controlDelay )
controlType System
controlDelay int

WinFormsNoTaskBar() 공개 메소드

public WinFormsNoTaskBar ( System controlType, string controlName, string controlAutomationId, int controlDelay )
controlType System
controlName string
controlAutomationId string
controlDelay int