9 references to ControlWidth
System.Web.Mobile (9)
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
85
lblText.SetBounds(X, Y,
ControlWidth
, LabelHeight);
92
_txtText.SetBounds(X, Y,
ControlWidth
, CmbHeight);
UI\MobileControls\Design\ObjectListFieldsPage.cs (7)
99
lblDataField.SetBounds(X, Y,
ControlWidth
, LabelHeight);
105
_cmbDataField.SetBounds(X, Y,
ControlWidth
, CmbHeight);
115
lblDataFormatString.SetBounds(X, Y,
ControlWidth
, LabelHeight);
121
_txtDataFormatString.SetBounds(X, Y,
ControlWidth
, CmbHeight);
127
lblTitle.SetBounds(X, Y,
ControlWidth
, LabelHeight);
133
_txtTitle.SetBounds(X, Y,
ControlWidth
, CmbHeight);
138
_ckbVisible.SetBounds(X, Y,
ControlWidth
, CmbHeight);