A newer version of this page is available.
Switch to the current version.
IPrintingSystem.CreateProgressBarBrick() Method
If implemented by a class, creates a progress bar brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
IProgressBarBrick CreateProgressBarBrick()
Function CreateProgressBarBrick As IProgressBarBrick
Returns
Type | Description |
---|---|
DevExpress.XtraPrinting.IProgressBarBrick | An object implementing the DevExpress.XtraPrinting.IPanelBrick interface. |
Remarks
This method is intended for internal use only. Normally, you don't need to use it.
See Also
Feedback