Value Property (InputMask)
In This Topic
Gets or sets the text currently shown in the control.
Syntax
'Declaration
Public Property Value As System.String
'Usage
Dim instance As InputMask
Dim value As System.String
instance.Value = value
value = instance.Value
public System.string Value {get; set;}
public read-write property Value: System.String;
public function get,set Value : System.String
public: __property System.string* get_Value();
public: __property void set_Value(
System.string* value
);
public:
property System.String^ Value {
System.String^ get();
void set ( System.String^ value);
}
See Also