Determines if the given value is valid for this data type. This is used primarily by enum types, but can also provide a common place for property validation.
[Visual Basic] Overrides Public Function IsValid( _ ByVal value As Object _ ) As Boolean [C#] public override bool IsValid( object value ); [C++] public: override bool IsValid( Object* value ); [JScript] public override function IsValid( value : Object ) : Boolean;
RedirectValueEditor Class | RedirectValueEditor Members | System.WinForms.ComponentModel Namespace