[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.PrintOptionsForm

PrintOptionsForm Class

Represents print/export options form.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public class PrintOptionsForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Constructors

Name Description
PrintOptionsForm()

Creates a new instance of the PrintOptionsFrom class.

Fields

Name Description
m_action
m_actionMask
m_btnCancel
m_btnOK
m_btnOptions
m_btnOutputFileName
m_chkColFooter
m_chkColHeader
m_chkGridHeader
m_chkOneFormPerPage
m_chkPrintHorzSplits
m_chkShowProgress
m_chkSplitHeader
m_chkUseGridColors
m_cmbAction
m_cmbHorzPageBreak
m_cmbRowHeight
m_cmbStretchToWidth
m_cmbWrapText
m_exporter
m_fillEmpty
m_grpFormView
m_grpPageHeaders
m_grpRenderOptions
m_lblAction
m_lblFooter
m_lblFooterHeight
m_lblHeader
m_lblHeaderHeight
m_lblHorzPageBreak
m_lblMaxRowHeight
m_lblOutputFileName
m_lblRowHeight
m_lblStretchToWidth
m_lblWrapText
m_numFooterHeight
m_numHeaderHeight
m_numMaxRowHeight
m_outputFileName
m_pageBreaks
m_rowHeight
m_txtFooter
m_txtHeader
m_wrapText

Properties

Name Description
Action
ActionMask
Exporter
FillEmpty
OutputFileName

Gets or sets the output file name.

PageBreaks
RowHeight
WrapText

Methods

Name Description
Dispose(bool)

Called when the class is being disposed.

Initilize(CultureInfo)
OnActionChanged(EventArgs)
OnExporterChanged(EventArgs)
PrintOptionsForm_Closing(object, CancelEventArgs)
PrintOptionsForm_Load(object, EventArgs)
UpdateStatus()
m_btnOptions_Click(object, EventArgs)
m_btnOutputFileName_Click(object, EventArgs)
m_cmbAction_SelectedIndexChanged(object, EventArgs)
m_cmbHorzPageBreak_SelectedIndexChanged(object, EventArgs)
m_cmbRowHeight_SelectedIndexChanged(object, EventArgs)
m_cmbStretchToWidth_SelectedIndexChanged(object, EventArgs)
m_cmbWrapText_SelectedIndexChanged(object, EventArgs)

Events

Name Description
ActionChanged
ExporterChanged