CommandAttribute.CommandPlacement Property
Gets or sets the CommandPlacement options for this command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public Property CommandPlacement As CommandPlacement
public CommandPlacement CommandPlacement { get; set; }
public:
property CommandPlacement CommandPlacement {
CommandPlacement get ();
void set (CommandPlacement value);
}
public function get CommandPlacement () : CommandPlacement
public function set CommandPlacement (value : CommandPlacement)
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace