C# Class SnipDock.frmMain

Inheritance: ShellLib.ApplicationDesktopToolbar
ファイルを表示 Open project: rahul003/snip-dock

Public Properties

Property Type Description
pictureBox1 System.Windows.Forms.PictureBox
position string

Public Methods

Method Description
frmMain ( ) : System

Protected Methods

Method Description
OnMouseWheel ( MouseEventArgs mea ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

addImage ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
clearSnipToolStripMenuItem_Click ( object sender, EventArgs e ) : void
clearsnip ( ) : void
frmMain_Load ( object sender, System e ) : void
move_items_side ( ) : void
move_items_top ( ) : void
move_items_top_half ( ) : void
rdo_CheckedChanged ( object sender, System e ) : void
resize_window ( ) : void

Method Details

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs mea ) : void
mea MouseEventArgs
return void

frmMain() public method

public frmMain ( ) : System
return System

Property Details

pictureBox1 public_oe property

public PictureBox,System.Windows.Forms pictureBox1
return System.Windows.Forms.PictureBox

position public_oe property

public string position
return string