- id
- The id of the command.
- enable
- if set to
true
enable the command.
Visual Basic (Declaration) | |
---|---|
Public Sub EnableCommand( _ ByVal id As CommandID, _ ByVal enable As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEditableObject Dim id As CommandID Dim enable As Boolean instance.EnableCommand(id, enable) |
C++/CLI | |
---|---|
public: void EnableCommand( CommandID^ id, bool enable ) |
Parameters
- id
- The id of the command.
- enable
- if set to
true
enable the command.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7