Hi,
In my PropertyGrid, i will like to allow my user to "browse for a file".
To create the "..." button on the right-side, i used "DialogTextBoxPropertyEditor".
I will also want to make the "Editbox" on the PropertyGrid to be read-only.
I realized that if i set the Attribute of my variable to [ReadOny(true)], then the "EditBox" will be grayed out (which is what i want), but now we cannot modify the value using the "..." button.
Is there a way that this can be done?
Thanks!
YN
In my PropertyGrid, i will like to allow my user to "browse for a file".
To create the "..." button on the right-side, i used "DialogTextBoxPropertyEditor".
I will also want to make the "Editbox" on the PropertyGrid to be read-only.
I realized that if i set the Attribute of my variable to [ReadOny(true)], then the "EditBox" will be grayed out (which is what i want), but now we cannot modify the value using the "..." button.
Is there a way that this can be done?
Thanks!
YN