C# Class OdessaGUIProject.CustomRadioButton

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: noahsw/highlight-hunter

Private Properties

Property Type Description
ChangeState void
InitializeComponent void
imgState_MouseDown void
imgState_MouseUp void
labelMain_MouseDown void
labelMain_MouseUp void

Public Methods

Method Description
CustomRadioButton ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeState ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

imgState_MouseDown ( object sender, MouseEventArgs e ) : void
imgState_MouseUp ( object sender, MouseEventArgs e ) : void
labelMain_MouseDown ( object sender, MouseEventArgs e ) : void
labelMain_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

CustomRadioButton() public method

public CustomRadioButton ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void