C# 클래스 TpTrayUtility.Components.PropertyControlBase

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PropertyChanged EventHandler

공개 메소드들

메소드 설명
AddColorControl ( ) : ChangeColorControl
AddControl ( Control control, int width ) : void
AddLabel ( string text ) : TpLabel
AddNumControl ( int min, int max, int step, int width ) : TpNumericUpDown
AddTogleButtonControl ( Bitmap normal, Bitmap over, Bitmap pressed ) : TogleButton
AttachTo ( Primitive primitive ) : void
PropertyControlBase ( ) : System
Reset ( ) : void

보호된 메소드들

메소드 설명
OnPaintBackground ( PaintEventArgs pevent ) : void

메소드 상세

AddColorControl() 공개 메소드

public AddColorControl ( ) : ChangeColorControl
리턴 ChangeColorControl

AddControl() 공개 메소드

public AddControl ( Control control, int width ) : void
control System.Windows.Forms.Control
width int
리턴 void

AddLabel() 공개 메소드

public AddLabel ( string text ) : TpLabel
text string
리턴 TpLabel

AddNumControl() 공개 메소드

public AddNumControl ( int min, int max, int step, int width ) : TpNumericUpDown
min int
max int
step int
width int
리턴 TpNumericUpDown

AddTogleButtonControl() 공개 메소드

public AddTogleButtonControl ( Bitmap normal, Bitmap over, Bitmap pressed ) : TogleButton
normal System.Drawing.Bitmap
over System.Drawing.Bitmap
pressed System.Drawing.Bitmap
리턴 TogleButton

AttachTo() 공개 메소드

public AttachTo ( Primitive primitive ) : void
primitive Primitive
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
리턴 void

PropertyControlBase() 공개 메소드

public PropertyControlBase ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

PropertyChanged 공개적으로 프로퍼티

public EventHandler PropertyChanged
리턴 EventHandler