HiddenCommand Class
A command that is not Browsable in the deisnger and can be used to replace a visible command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class HiddenCommand _
Inherits CommandModel
public class HiddenCommand : CommandModel
public ref class HiddenCommand : public CommandModel
public class HiddenCommand extends CommandModel
Remarks
This command can be used to hide an existing command by replacing it with a CommandAttribute and setting the Replace value.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CommandModel
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics.Commands.HiddenCommand