C# Class Support.UI.QueryPanel.QueryItem

Class representing an entry/item on the dialog
Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Свойство Type Description
Tag object

Méthodes publiques

Méthode Description
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)

Private Methods

Méthode Description
ConfigureQueryItem ( ControlType eControlType, Control zControl, Control zTagControl, int &nTabIndex ) : void
QueryItem_CheckedChanged ( object sender, EventArgs e ) : void
QueryItem_TextChanged ( object sender, EventArgs e ) : void

Method Details

AddEnableControl() public méthode

Adds an enable control state for the specified item
public AddEnableControl ( QueryItem zItem ) : void
zItem QueryItem
Résultat void

QueryItem() public méthode

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
Résultat System

QueryItem() public méthode

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
Résultat System

UpdateEnableStates() public méthode

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

Property Details

Tag public_oe property

public object Tag
Résultat object