Sylloge
A C# helper library
Public Member Functions | Protected Member Functions | Properties | Events
Sylloge.Controls.IpPort Class Reference

List of all members.

Public Member Functions

delegate void DelegatePortChanged (int port)
 IpPort ()
 A simple user control to enter network ports. Has error checking in place.
override string ToString ()
 Returns the string representation of the port on this control.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Properties

int Port [get, set]
 Gets or sets the port for the control.
bool HasError [get]
 Gets if there is an error with the port.

Events

DelegatePortChanged PortChanged
 Occurs when the current port changes.

Detailed Description

Definition at line 28 of file IpPort.cs.


Constructor & Destructor Documentation

Sylloge.Controls.IpPort.IpPort ( )

A simple user control to enter network ports. Has error checking in place.

Definition at line 44 of file IpPort.cs.


Member Function Documentation

delegate void Sylloge.Controls.IpPort.DelegatePortChanged ( int  port)
override void Sylloge.Controls.IpPort.Dispose ( bool  disposing) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 29 of file IpPort.designer.cs.

override string Sylloge.Controls.IpPort.ToString ( )

Returns the string representation of the port on this control.

Returns:

Definition at line 83 of file IpPort.cs.


Property Documentation

bool Sylloge.Controls.IpPort.HasError [get]

Gets if there is an error with the port.

Definition at line 72 of file IpPort.cs.

int Sylloge.Controls.IpPort.Port [get, set]

Gets or sets the port for the control.

Definition at line 57 of file IpPort.cs.


Event Documentation

DelegatePortChanged Sylloge.Controls.IpPort.PortChanged

Occurs when the current port changes.

Definition at line 34 of file IpPort.cs.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events