C# Class Smrf.AppLib.ToolStripPlus

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

Protected Properties

Свойство Type Description
m_bClickThrough System.Boolean

Méthodes publiques

Méthode Description
ToolStripPlus ( ) : System

Initializes a new instance of the ToolStripPlus class.

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

ToolStripPlus() public méthode

Initializes a new instance of the ToolStripPlus class.
public ToolStripPlus ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void

Property Details

m_bClickThrough protected_oe property

protected Boolean,System m_bClickThrough
Résultat System.Boolean