Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The logical placement of the command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overridable Property Placement As CommandPlacement
public virtual CommandPlacement Placement { get; private set; }
public:
virtual property CommandPlacement Placement {
CommandPlacement get ();
void set (CommandPlacement value);
}
public function get Placement () : CommandPlacement
public function set Placement (value : CommandPlacement)
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace