C# Class Smrf.AppLib.ToolStripPlus

Represents a ToolStrip with additional features.
Inheritance: System.Windows.Forms.ToolStrip
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bClickThrough System.Boolean

Public Methods

Method Description
ToolStripPlus ( ) : System

Initializes a new instance of the ToolStripPlus class.

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ToolStripPlus() public method

Initializes a new instance of the ToolStripPlus class.
public ToolStripPlus ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

Property Details

m_bClickThrough protected_oe property

protected Boolean,System m_bClickThrough
return System.Boolean