AD
Administrator
Syncfusion Team
April 15, 2005 10:06 PM UTC
Hi Jamal,
>1. ButtonEdit
ButtonEdit.TextBox.ReadOnly = true;
>2. CurrencyEdit
CurrencyEdit.Enabled = false;
>3. PictureBox
I''m not sure, is this control even editable? You could try Enabled = false, but you might want to ask in the Windows Forms FAQ Forum.
>4. RadioButton
Try Enabled = false.
>5. GridListControl
I''m not sure, as I don''t work with Grid. But again, I would guess Enabled = false.
>6. ComboBoxAutoComplete
Again, try Enabled = false.
>7. EditTableList
Enabled = false should work.
>8. ListBox
Enabled = false, I think.
Regards,
Gregory Austin
Syncfusion Inc.
PD
Prof DISSOU Jamâl-Dine
April 18, 2005 02:26 PM UTC
Hi Gregory,
Thanks a lot
Jamâl-Dine DISSOU