public void SetValue(
string val
)Public Sub SetValue (
val As String
)public:
virtual void SetValue(
String^ val
) sealedabstract SetValue :
val : string -> unit
override SetValue :
val : string -> unit | InvalidOperationException | If locale-specific information is passed to a control in an incorrect format such as an incorrectly formatted date. |
| ArgumentException | If a new value cannot be converted from a string to a format the control recognizes. |
| ElementNotEnabledException | When an attempt is made to manipulate a control that is not enabled. |