See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A ToolStripButton styled for the ToolStrip at the top of AppWizardControl.

Namespace: NTier.AppWizard.Forms
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0

Syntax

C#
public class AppWizardToolStripButton : ToolStripButton
Visual Basic
Public Class AppWizardToolStripButton
	Inherits ToolStripButton
Visual C++
public ref class AppWizardToolStripButton : public ToolStripButton

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..ToolStripItem
        System.Windows.Forms..::..ToolStripButton
          NTier.AppWizard.Forms..::..AppWizardToolStripButton

See Also