ReadOnly Property

Hi, How can I make the controls readonly ? 1. ButtonEdit 2. CurrencyEdit 3. PictureBox 4. RadioButton 5. GridListControl 6. ComboBoxAutoComplete 7. EditTableList 8. ListBox With best regards, Jamâl-Dine DISSOU

2 Replies

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

Loader.
Up arrow icon