C# 클래스 Support.UI.QueryPanel.QueryItem

Class representing an entry/item on the dialog
파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 프로퍼티들

프로퍼티 타입 설명
Tag object

공개 메소드들

메소드 설명
AddEnableControl ( QueryItem zItem ) : void

Adds an enable control state for the specified item

QueryItem ( ControlType eControlType, Control zControl, Control zTagControl, int &nTabIndex ) : System

Constructor

QueryItem ( ControlType eControlType, Control zControl, int &nTabIndex ) : System

Constructor

UpdateEnableStates ( ) : void

Updates all of the enable states for the controls (based on the current state of this control)

비공개 메소드들

메소드 설명
ConfigureQueryItem ( ControlType eControlType, Control zControl, Control zTagControl, int &nTabIndex ) : void
QueryItem_CheckedChanged ( object sender, EventArgs e ) : void
QueryItem_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

AddEnableControl() 공개 메소드

Adds an enable control state for the specified item
public AddEnableControl ( QueryItem zItem ) : void
zItem QueryItem
리턴 void

QueryItem() 공개 메소드

Constructor
public QueryItem ( ControlType eControlType, Control zControl, Control zTagControl, int &nTabIndex ) : System
eControlType ControlType The ControlType to create
zControl System.Windows.Forms.Control The associated control
zTagControl System.Windows.Forms.Control The Tag control of the query item
nTabIndex int
리턴 System

QueryItem() 공개 메소드

Constructor
public QueryItem ( ControlType eControlType, Control zControl, int &nTabIndex ) : System
eControlType ControlType The ControlType to create
zControl System.Windows.Forms.Control The associated control
nTabIndex int
리턴 System

UpdateEnableStates() 공개 메소드

Updates all of the enable states for the controls (based on the current state of this control)
public UpdateEnableStates ( ) : void
리턴 void

프로퍼티 상세

Tag 공개적으로 프로퍼티

public object Tag
리턴 object