C# Класс WebChat.ChildChat

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Panel1 global::System.Web.UI.WebControls.Panel
btnFinish global::System.Web.UI.WebControls.Button
btnSend global::System.Web.UI.WebControls.Button
lblActiveStatus global::System.Web.UI.WebControls.Label
lblBegin global::System.Web.UI.WebControls.Label
lblBeginTxt global::System.Web.UI.WebControls.Label
lblLastMessage global::System.Web.UI.WebControls.Label
lblLastMessageTxt global::System.Web.UI.WebControls.Label
tbMessages global::System.Web.UI.WebControls.Panel
tbNewMessage global::System.Web.UI.WebControls.TextBox

Описание свойств

Panel1 защищенное свойство

Panel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel Panel1
Результат global::System.Web.UI.WebControls.Panel

btnFinish защищенное свойство

btnFinish control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnFinish
Результат global::System.Web.UI.WebControls.Button

btnSend защищенное свойство

btnSend control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSend
Результат global::System.Web.UI.WebControls.Button

lblActiveStatus защищенное свойство

lblActiveStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblActiveStatus
Результат global::System.Web.UI.WebControls.Label

lblBegin защищенное свойство

lblBegin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblBegin
Результат global::System.Web.UI.WebControls.Label

lblBeginTxt защищенное свойство

lblBeginTxt control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblBeginTxt
Результат global::System.Web.UI.WebControls.Label

lblLastMessage защищенное свойство

lblLastMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblLastMessage
Результат global::System.Web.UI.WebControls.Label

lblLastMessageTxt защищенное свойство

lblLastMessageTxt control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblLastMessageTxt
Результат global::System.Web.UI.WebControls.Label

tbMessages защищенное свойство

tbMessages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel tbMessages
Результат global::System.Web.UI.WebControls.Panel

tbNewMessage защищенное свойство

tbNewMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbNewMessage
Результат global::System.Web.UI.WebControls.TextBox