C# Класс Support.UI.QueryPanel.QueryItem

Class representing an entry/item on the dialog
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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