PrintingSystemBase.EnableCommand(PrintingSystemCommand, Boolean) Method
Obsolete. For internal use.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Obsolete("Use the SetCommandVisibility(PrintingSystemCommand command, CommandVisibility visibility) method instead")]
public void EnableCommand(
PrintingSystemCommand command,
bool enabled
)
<Obsolete("Use the SetCommandVisibility(PrintingSystemCommand command, CommandVisibility visibility) method instead")>
Public Sub EnableCommand(
command As PrintingSystemCommand,
enabled As Boolean
)
Parameters
Name | Type |
---|---|
command | PrintingSystemCommand |
enabled | Boolean |
See Also
Feedback