Click or drag to resize

GadgetCommandBase Class

A base class for tool commands, defining the CheckState property used to open, show or toggle a tool panel or dialog.
Inheritance Hierarchy

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

The GadgetCommandBase type exposes the following members.

Constructors
  NameDescription
Public methodGadgetCommandBase
Initializes a new instance of the GadgetCommandBase class
Public methodGadgetCommandBase(McCommand)
Initializes a new instance of the GadgetCommandBase class
Public methodGadgetCommandBase(McCommand, String, String, String, mcPanelLocation, Rectangle, mcControlType, String, String, Object, mcPanelsOptions)
Initializes a new instance of the GadgetCommandBase class
Top
Properties
  NameDescription
Public propertyCheckState
A three states value controlling the panel visibility. When CheckState is Indeterminate, the panel is toggled.
Top
Fields
Remarks