Click or drag to resize

MenuCommandAttribute Constructor

IT Hit User File System
Initializes a new instance of the MenuCommandAttribute class.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29481.0-Beta
Syntax
public MenuCommandAttribute(
	Type commandType
)

Parameters

commandType
Type: SystemType
The type of the command to associate with the class.
See Also