C# Class Support.UI.QueryPanel.QueryItem

Class representing an entry/item on the dialog
Mostrar archivo Open project: nhmkdev/cardmaker

Public Properties

Property Type Description
Tag object

Public Methods

Method 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

Method 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 method

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

QueryItem() public method

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
return System

QueryItem() public method

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
return System

UpdateEnableStates() public method

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

Property Details

Tag public_oe property

public object Tag
return object