Creates a new CommandFrameBase from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected CommandFrameBase( CommandCellCollection cells, DeviceCommand command )
Protected Sub New ( _ cells As CommandCellCollection, _ command As DeviceCommand _ )
protected: CommandFrameBase( CommandCellCollection^ cells, DeviceCommand command )
Parameters
- cells (CommandCellCollection)
- The reference to the CommandCellCollection for this CommandFrameBase.
- command (DeviceCommand)
- The DeviceCommand for this CommandFrameBase.