I have two properties in a user control of mine. One is FormatValue
which the user can select Currency, Number, etc. The second is
NumberOfDecimal Places. When the user chooses Currency, I want to
disable the NumberOfDecimal Places property so that it cannot be
changed. How do I do this.
which the user can select Currency, Number, etc. The second is
NumberOfDecimal Places. When the user chooses Currency, I want to
disable the NumberOfDecimal Places property so that it cannot be
changed. How do I do this.
Comment