C# 클래스 System.Windows.Forms.ControlHelper

Additional methods for designing and managing controls.
파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
AddDialogButtons ( this f, Control buttonOk, Control buttonCancel ) : void
ClearColor ( this button, Color clearColor ) : void

Sets button's back and border colors for normal and hover state to specified color.

FillToBottom ( this control, int offset ) : void
FillToRight ( this control, int offset ) : void
OpenUrl ( this button, string url ) : void
ToCenter ( this f ) : void

메소드 상세

AddDialogButtons() 공개 정적인 메소드

public static AddDialogButtons ( this f, Control buttonOk, Control buttonCancel ) : void
f this
buttonOk Control
buttonCancel Control
리턴 void

ClearColor() 공개 정적인 메소드

Sets button's back and border colors for normal and hover state to specified color.
public static ClearColor ( this button, Color clearColor ) : void
button this
clearColor Color
리턴 void

FillToBottom() 공개 정적인 메소드

public static FillToBottom ( this control, int offset ) : void
control this
offset int
리턴 void

FillToRight() 공개 정적인 메소드

public static FillToRight ( this control, int offset ) : void
control this
offset int
리턴 void

OpenUrl() 공개 정적인 메소드

public static OpenUrl ( this button, string url ) : void
button this
url string
리턴 void

ToCenter() 공개 정적인 메소드

public static ToCenter ( this f ) : void
f this
리턴 void