1 write to _command
System.Web.Mobile (1)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
124
_command
= new Command();
6 references to _command
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (6)
125
_command
.Visible = false;
126
_command
.EnableViewState = false;
127
Control.Controls.Add(
_command
);
446
_command
.Text = GetDefaultLabel(OKLabel);
447
_command
.Visible = true;
448
_command
.RenderControl(writer);