Introduction
A widget that allows the user to enter an IPv4 address. It performs some checks to see if user input is valid and implements the Text property to get/set the ip address as a string. It also has an ErrorMessage property for the tooltip error.
Details
Methods: none
Properties:
| string | Text | gets/sets the current ip as a string |
| string | ErrorMessage | gets/sets the error message |
| bool | IsValid | true if value entered is a valid ipv4 address |
Events: none