AbstractMenuCommandLocationContainer Property |
The container in which the command should be shown.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic abstract CommandContainer Container { get; }
Public MustOverride ReadOnly Property Container As CommandContainer
Get
public:
virtual property CommandContainer Container {
CommandContainer get () abstract;
}
Property Value
Type:
CommandContainerImplements
ICommandLocationContainer
See Also