[]
Represents a form that can be used to enter a range of pages.
public class OutputRangeForm : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| OutputRangeForm() | Initializes a new instance of the OutputRangeForm class. |
| Name | Description |
|---|---|
| m_btnCancel | |
| m_btnOk | |
| m_chkInverted | |
| m_lblFrom | |
| m_lblTo | |
| m_numFromPageNumber | |
| m_numToPageNumber | |
| m_rbtnAll | |
| m_rbtnPageList | |
| m_rbtnPageRange | |
| m_txtPageList |
| Name | Description |
|---|---|
| AllowAll | Gets or sets a value indicating whether the "allow all pages" option is available. |
| AllowInverted | Gets or sets a value indicating whether the "inverted list" option is available. |
| AllowPageList | Gets or sets a value indicating whether the "page list" option is available. |
| AllowPageRange | Gets or sets a value indicating whether the "page range" option is available. |
| MaxPageNumber | Gets or sets the maximum page number. |
| Name | Description |
|---|---|
| BuildOutputRange() | Builds an output range based on the input data. |
| CreateForm(Type, Type) | Creates an instance of the OutputRangeForm or derived type. |
| Dispose(bool) | Clean up any resources being used. |
| SetOutputRange(OutputRange) | Assigns the output range. |