Click or drag to resize

GadgetCommandPanelClass Class

A base class for tool commands, defining the CheckState property and implementing toggling, showing or hiding of a tool panel at a specific location.
Inheritance Hierarchy

Namespace:  MediaCy.Commands.Gadgets
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public MustInherit Class GadgetCommand(Of PanelClass)
	Inherits GadgetCommandBase

Type Parameters

PanelClass

The GadgetCommandPanelClass type exposes the following members.

Constructors
  NameDescription
Public methodGadgetCommandPanelClass
Initializes a new instance of the GadgetCommandPanelClass class
Top
Remarks