1 write to CmdOK
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
59this.CmdOK = new System.Windows.Forms.Button();
6 references to CmdOK
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
203_dialogButtons.CmdOK.Click += new EventHandler(OnClickOK); 305this.AcceptButton = _dialogButtons.CmdOK;
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (4)
43CmdOK.Text = SR.GetString(SR.GenericDialog_OKBtnCaption); 62CmdOK.Location = new System.Drawing.Point(81, 0); 63CmdOK.Size = new System.Drawing.Size(75, 23); 68this.Controls.Add(CmdOK);