C# 클래스 FX.SalesLogix.Modules.GitExtensions.Installer.Utility.ControlHelper

파일 보기 프로젝트 열기: CustomerFX/SalesLogixGitExtensions

공개 메소드들

메소드 설명
AddControl ( Control parentcontrol, Control childcontrol ) : void
ClearControls ( Control parentcontrol ) : void
CloseForm ( Form form ) : void
RemoveControl ( Control parentcontrol, Control childcontrol ) : void
SetControlBackColor ( Control control, Color backcolor ) : void
SetControlDock ( Control control, DockStyle dockstyle ) : void
SetControlEnabled ( Control control, bool enabled ) : void
SetControlSize ( Control control, Size size ) : void
SetControlTag ( Control control, object tag ) : void
SetControlText ( Control control, string text ) : void
SetControlTooltip ( Control control, System toolTip, string tip ) : void
SetControlVisible ( Control control, bool visible ) : void
SetPictureBoxImage ( PictureBox control, Image image ) : void
SetPictureBoxImageLocation ( PictureBox control, string imageurl ) : void

비공개 메소드들

메소드 설명
ControlHelper ( ) : System

메소드 상세

AddControl() 공개 정적인 메소드

public static AddControl ( Control parentcontrol, Control childcontrol ) : void
parentcontrol System.Windows.Forms.Control
childcontrol System.Windows.Forms.Control
리턴 void

ClearControls() 공개 정적인 메소드

public static ClearControls ( Control parentcontrol ) : void
parentcontrol System.Windows.Forms.Control
리턴 void

CloseForm() 공개 정적인 메소드

public static CloseForm ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

RemoveControl() 공개 정적인 메소드

public static RemoveControl ( Control parentcontrol, Control childcontrol ) : void
parentcontrol System.Windows.Forms.Control
childcontrol System.Windows.Forms.Control
리턴 void

SetControlBackColor() 공개 정적인 메소드

public static SetControlBackColor ( Control control, Color backcolor ) : void
control System.Windows.Forms.Control
backcolor Color
리턴 void

SetControlDock() 공개 정적인 메소드

public static SetControlDock ( Control control, DockStyle dockstyle ) : void
control System.Windows.Forms.Control
dockstyle DockStyle
리턴 void

SetControlEnabled() 공개 정적인 메소드

public static SetControlEnabled ( Control control, bool enabled ) : void
control System.Windows.Forms.Control
enabled bool
리턴 void

SetControlSize() 공개 정적인 메소드

public static SetControlSize ( Control control, Size size ) : void
control System.Windows.Forms.Control
size System.Drawing.Size
리턴 void

SetControlTag() 공개 정적인 메소드

public static SetControlTag ( Control control, object tag ) : void
control System.Windows.Forms.Control
tag object
리턴 void

SetControlText() 공개 정적인 메소드

public static SetControlText ( Control control, string text ) : void
control System.Windows.Forms.Control
text string
리턴 void

SetControlTooltip() 공개 정적인 메소드

public static SetControlTooltip ( Control control, System toolTip, string tip ) : void
control System.Windows.Forms.Control
toolTip System
tip string
리턴 void

SetControlVisible() 공개 정적인 메소드

public static SetControlVisible ( Control control, bool visible ) : void
control System.Windows.Forms.Control
visible bool
리턴 void

SetPictureBoxImage() 공개 정적인 메소드

public static SetPictureBoxImage ( PictureBox control, Image image ) : void
control System.Windows.Forms.PictureBox
image Image
리턴 void

SetPictureBoxImageLocation() 공개 정적인 메소드

public static SetPictureBoxImageLocation ( PictureBox control, string imageurl ) : void
control System.Windows.Forms.PictureBox
imageurl string
리턴 void