|
Note: - Only the fields and functions that specifically relate to this product are described in this document.
The NetIPTextBox type is defined in the IPTextBox namespace.
|
Properties
| |
Addr_Value - Gets or sets the full IP address value of the control. When set it automatically validates the input value.
Addr1_Enabled - Enables or disables the ability to manually change the value of the 1st part of the IP Address value by hand.
Addr1_ForeColor - Gets or sets the fore color of the 1st part of IP address value.
Addr1_Value - Gets or sets the 1st part of IP address value of the control. When set it automatically validates the input value.
Addr2_Enabled - Enables or disables the ability to manually change the value of the 2nd part of the IP Address value by hand.
Addr2_ForeColor - Gets or sets the fore color of the 2nd part of IP address value.
Addr2_Value - Gets or sets the 2nd part of IP address value of the control. When set it automatically validates the input value.
Addr3_Enabled - Enables or disables the ability to manually change the value of the 3rd part of the IP Address value by hand.
Addr3_ForeColor - Gets or sets the fore color of the 3rd part of IP address value.
Addr3_Value - Gets or sets the 3rd part of IP address value of the control. When set it automatically validates the input value.
Addr4_Enabled - Enables or disables the ability to manually change the value of the 4th part of the IP Address value by hand.
Addr4_ForeColor - Gets or sets the fore color of the 4th part of IP address value.
Addr4_Value - Gets or sets the 4th part of IP address value of the control. When set it automatically validates the input value.
AllowWildCard - Gets or sets whether wildcards(*) are permitted as any part of the IP address.
BorderStyle - Gets or sets the border appearance style for System visual style. It has three options: None, FixedSingle and Fixed3D.
DisplayVisualStyle - Gets or sets predefined visual styles for the controls appearance and behavior. It has six options: System, XP, Vista, Office, Outlook, User.
FillWithZeros - Gets or sets whether the empty spaces in front of the IP part values are filled with zeros. Example: 192.168.13.1 - 192.168.013.001
GlowColor - The color that the control will paint itself when hovered. Appearance is dependant on the selected DisplayVisualStyle property.
InnerBorderColor - The color of the inner part of control’s border. This property is not used for some DisplayVisualStyles.
LicenceCode - Returns or sets the LicenceCode that with the LicenceName property enables the full version of the NetIPTextBox.
LicenceName - Returns or sets the LicenceName that with the LicenceCode property enables the full version of the NetIPTextBox.
MultiTabStop - Gets or sets whether the TAB key is used to navigate between IP address parts or it jumps to next control.
OuterBorderColor - Bound to BorderColor property.
Radius - The radius of arc used to round the corners of the control.
ShineColor - The color used to paint the top part of the rectangle in order to achieve shine effect.
SubNetMask - Gets or sets a boolean value indicating how the IPComboBox restricts IP entries.
|
|
Methods
| |
GetDomainName - Gets the name of domain.
GetIPPartAddr - Gets the value of the given part of specified IP address value.
Ping - Pings the current IP address value.
Test - Tests the connection to DNS’ address list by specified port and current IP address value.
TestFTP - Test for FTP enabled on domain with IP address equal to current IP address value.
TestSMTP - Test for SMTP enabled on domain with IP address equal to current IP address value.
TestPOP3 - Test for POP3 enabled on domain with IP address equal to current IP address value.
TestTelnet - Test for Telnet enabled on domain with IP address equal to current IP address value.
TestHTTP - Test for HTTP enabled on domain with IP address equal to current IP address value.
|
|
Public Contructors
| |
|
New - Initializes a new instance of the control.
|
|
|