|
Note: - Only the fields and functions that specifically relate to this product are described in this document.
The NetIPComboBox type is defined in the IPComboBox 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.
AutoAddIpAddress - Gets or sets a value determining whether the value set to the Addr_Value property will be added to list automatically. If so, the name it gets is the name obtained from the function GetDomainName()
BorderStyle - Gets or sets the border appearance style for System visual style. It has three options: None, FixedSingle and Fixed3D.
DisplayStyle - It defines the way IPItems are displayed in the dropped down list: IP address, Name, Full name (IP address and name). The enumeration is defined in: IPComboBox.DisplayStyle enum.
DisplayVisualStyle - Gets or sets predefined visual styles for the controls appearance and behavior. It has six options: System, XP, Vista, Office, Outlook, User.
DropDownHeight - The height of the dropped down list. If the items’ total height is less their height is used.
DropDownStyle - Enables or disables ability user to input data by typing in boxes.
DropDownWidth - The Width of the dropped down list. By default it is set to the control’s width.
DroppedDown - Gets or sets a value indicating whether the combo box is displaying its drop-down portion.
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 NetIPComboBox.
LicenceName - Returns or sets the LicenceName that with the LicenceCode property enables the full version of the NetIPComboBox.
Items - IPItem collection class defined as IPAddressList:List(of IPItem). The IPItems from the list and their properties can be accessed by the index value like: ipCombo.Items(2).Name
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.
Sorted - Gets or sets how the sort is applied to Items. It takes the following values: None, IPAddress, Name; The enumeration is defined as IPComboBox.SortType
SortOrder - Gets or sets the sort order of the selected type. Ascending or descending.
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.
AddIpItem - Adds an IPItem to list. Parameters sets the IPItem’s properties.
AddIpItem - Adds an IPItem to list with IP address set by parameter and if the second parameter is set to True the Name is set by the function GetDomainName()
ClearIpItems - Clears all IPItems from the Item list.
ContainsIpAddress - Gets a Boolean value determining whether the input IP address is already in the list of Items.
RemoveIpItem - Removes the referenced IPItem.
RemoveIpItemAt - Removes the IPItem at specified position index.
|
|
Public Contructors
| |
|
New - Initializes a new instance of the control.
|
|
|