MenuCommandAttribute Constructor |
IT Hit User File System
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29481.0-Beta
Syntaxpublic MenuCommandAttribute(
Type commandType
)
Public Sub New (
commandType As Type
)
public:
MenuCommandAttribute(
Type^ commandType
)
new :
commandType : Type -> MenuCommandAttribute
Parameters
- commandType
- Type: SystemType
The type of the command to associate with the class.
See Also