C# Class Network_Manager.Gadget.GadgetForm

Inheritance: System.Windows.Forms.Form
Show file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
AutoRefreshAllowed bool
Instance System.Windows.Forms.Form
MainContextMenu System.Windows.Forms.ContextMenuStrip
RefreshInProgress bool

Public Methods

Method Description
GadgetForm ( ) : System
Refresh ( ) : void

Private Methods

Method Description
AddGraph ( string name, int x, int y ) : void
AddGroupBox ( string name, int x, int y ) : void
AddImage ( Image image, string name, int x, int y ) : void
AddLabel ( string name, string text, int x, int y, int width, Color color = null, ContentAlignment align = ContentAlignment.MiddleLeft ) : void
CheckLocation ( Point location ) : Point
GadgetForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
GadgetForm_MouseDown ( object sender, MouseEventArgs e ) : void
GadgetForm_Shown ( object sender, EventArgs e ) : void
Graph_MouseMove ( object sender, MouseEventArgs e ) : void
NetworkChange_NetworkAddressChanged ( object sender, EventArgs e ) : void
NetworkChange_NetworkAvailabilityChanged ( object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e ) : void
Titlebar_MouseMove ( object sender, MouseEventArgs e ) : void
Titlebar_MouseUp ( object sender, MouseEventArgs e ) : void
UpdateTraffic ( CancellationToken cancellationToken ) : void
Update_Click ( object sender, EventArgs e ) : void
VersionInfo_UpdateAvailableEvent ( object sender, VersionInfo e ) : void
timer_Elapsed ( object sender, System e ) : void

Method Details

GadgetForm() public method

public GadgetForm ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

Property Details

AutoRefreshAllowed public static property

public static bool AutoRefreshAllowed
return bool

Instance public static property

public static Form,System.Windows.Forms Instance
return System.Windows.Forms.Form

MainContextMenu public property

public ContextMenuStrip,System.Windows.Forms MainContextMenu
return System.Windows.Forms.ContextMenuStrip

RefreshInProgress public static property

public static bool RefreshInProgress
return bool