名前 | 解説 | |
---|---|---|
C1PreviewPane コンストラクタ | Initializes a new instance of C1PreviewPane control. |
C1PreviewPaneデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
C1PreviewPane コンストラクタ | Initializes a new instance of C1PreviewPane control. |
名前 | 解説 | |
---|---|---|
AccessibilityObject | System.Windows.Forms.Controlから継承されます。 | |
AccessibleDefaultActionDescription | System.Windows.Forms.Controlから継承されます。 | |
AccessibleDescription | System.Windows.Forms.Controlから継承されます。 | |
AccessibleName | System.Windows.Forms.Controlから継承されます。 | |
AccessibleRole | System.Windows.Forms.Controlから継承されます。 | |
AllowDrop | System.Windows.Forms.Controlから継承されます。 | |
Anchor | System.Windows.Forms.Controlから継承されます。 | |
AutoScrollMargin | System.Windows.Forms.ScrollableControlから継承されます。 | |
AutoScrollMinSize | System.Windows.Forms.ScrollableControlから継承されます。 | |
AutoScrollOffset | System.Windows.Forms.Controlから継承されます。 | |
AutoScrollPosition | System.Windows.Forms.ScrollableControlから継承されます。 | |
AutoSize | System.Windows.Forms.Panelから継承されます。 | |
AutoSizeMode | System.Windows.Forms.Panelから継承されます。 | |
BackColor | オーバーライドされます。 Gets or sets the background color for the control. | |
BackgroundImage | System.Windows.Forms.Controlから継承されます。 | |
BackgroundImageLayout | System.Windows.Forms.Controlから継承されます。 | |
BindingContext | System.Windows.Forms.Controlから継承されます。 | |
BorderStyle | System.Windows.Forms.Panelから継承されます。 | |
Bottom | System.Windows.Forms.Controlから継承されます。 | |
Bounds | System.Windows.Forms.Controlから継承されます。 | |
Busy | Gets or sets the flag indicating whether the preview pane is currently busy. Some actions (especially those that could cause significant changes in the preview pane's state) raise this flag themselves, and cannot be performed when this flag was raised by another operation. This flag should be tested before attempting to change preview pane's properties or invoke methods on it. | |
CanFocus | System.Windows.Forms.Controlから継承されます。 | |
CanSelect | System.Windows.Forms.Controlから継承されます。 | |
CanSetPageSettings | Gets a value indicating whether the currently loaded document supports changing the page settings. | |
Capture | System.Windows.Forms.Controlから継承されます。 | |
CausesValidation | System.Windows.Forms.Controlから継承されます。 | |
ClientRectangle | System.Windows.Forms.Controlから継承されます。 | |
ClientSize | System.Windows.Forms.Controlから継承されます。 | |
Cols | Gets or sets the number of page columns shown. | |
CompanyName | System.Windows.Forms.Controlから継承されます。 | |
CompatibilityOptions | Gets the CompatibilityOptions object which determines compatibility with previous versions of C1PreviewPane. | |
Container | System.ComponentModel.Componentから継承されます。 | |
ContainsFocus | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStrip | オーバーライドされます。 Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this C1PreviewPane. If not explicitly set in code (i.e. null at design time), the default context menu will be used at runtime. | |
Continuous | Gets or sets a value indicating whether to show document pages continuously. | |
Controls | System.Windows.Forms.Controlから継承されます。 | |
Created | System.Windows.Forms.Controlから継承されます。 | |
CurrentHistoryEntry | Gets or sets the current history entry.
Assigning to this property moves the preview pane in history. The value being assigned must be an element in the C1PreviewPane.ViewHistory collection. Note that in some situations the current history entry can not be changed (e.g. when the operation is attempted while the preview is changing its state). In those cases the set operation will be ignored. | |
CurrentHistoryEntryIndex | Gets or sets the index of current history entry.
Assigning to this property moves the preview pane in history. Note that in some situations the current history entry can not be changed (e.g. when the operation is attempted while the preview is changing its state). In those cases the set operation will be ignored. | |
CurrentVisitedDocument | Gets or sets the current visited document. | |
CurrentVisitedDocumentIndex | Gets or sets the index of the current visited document in the C1PreviewPane.VisitedDocuments collection.
Assigning a value to this property causes the preview pane to show the document stored at that index in the collection. If the assigned value is -1, the current document is cleared. | |
DataBindings | System.Windows.Forms.Controlから継承されます。 | |
DeviceDpi | System.Windows.Forms.Controlから継承されます。 | |
DisplayRectangle | System.Windows.Forms.ScrollableControlから継承されます。 | |
Disposing | System.Windows.Forms.Controlから継承されます。 | |
Dock | System.Windows.Forms.Controlから継承されます。 | |
Document | Gets or sets the document shown by the preview. | |
DpiX | Gets the horizontal resolution of the display. | |
DpiY | Gets the vertical resolution of the display. | |
Enabled | System.Windows.Forms.Controlから継承されます。 | |
ExportOptions | Gets the options controlling the behavior of export modules. | |
Focused | System.Windows.Forms.Controlから継承されます。 | |
Font | System.Windows.Forms.Controlから継承されます。 | |
ForeColor | System.Windows.Forms.Controlから継承されます。 | |
Handle | System.Windows.Forms.Controlから継承されます。 | |
HandleKeyboard | Gets or sets a value indicating whether the C1PreviewPane should handle the common preview keys. | |
HasChildren | System.Windows.Forms.Controlから継承されます。 | |
HasSelection | Gets a value indicating whether anything is selected in the current preview pane. | |
Height | System.Windows.Forms.Controlから継承されます。 | |
HideMargins | Gets or sets a value indicating whether the user is allowed to hide/show margins by double-clicking the mouse in the gap between pages. | |
HideMarginsAvail | Gets a value indicating whether horizontal or vertical margins can be hidden on the current document. Margins can hide if all pages have the same size. Additionally, horizontal margins can also hide if the preview has one column. | |
HideMarginsState | Gets or sets a value indicating whether horizontal and/or vertical margins should be hidden. | |
HistoryOptions | Gets the C1PreviewPane.HistoryOptions object determining how history is saved for the current C1PreviewPane. | |
HorizontalScroll | System.Windows.Forms.ScrollableControlから継承されます。 | |
HorzPageRulerRectangle | Gets the rectangle for the horizontal ruler for the current page, in client coordinates. The actual visible ruler can be clipped by the HorzRulerArea. | |
HorzRulerArea | Gets the horizontal ruler area (the actual ruler is always contained within that area). | |
ImeMode | System.Windows.Forms.Controlから継承されます。 | |
IntegrateExternalTools | Gets or sets a value indicating whether the current preview pane should integrate and handle external tools such as toolbars and navigation panels. When true, the C1PreviewPane.ToolsIntegrator can be used to access the tools associated with the current preview pane. | |
InvokeRequired | System.Windows.Forms.Controlから継承されます。 | |
IsAccessible | System.Windows.Forms.Controlから継承されます。 | |
IsAncestorSiteInDesignMode | System.Windows.Forms.Controlから継承されます。 | |
IsDisposed | System.Windows.Forms.Controlから継承されます。 | |
IsHandleCreated | System.Windows.Forms.Controlから継承されます。 | |
IsHistoryLocked | Gets a value indicating whether history is currently locked (i.e. adding of new history items is suspended). | |
IsMirrored | System.Windows.Forms.Controlから継承されます。 | |
KeyMapStack | Gets the KeyMapStack containing key maps for keyboard handling. | |
LayoutEngine | System.Windows.Forms.Controlから継承されます。 | |
Left | System.Windows.Forms.Controlから継承されます。 | |
Location | System.Windows.Forms.Controlから継承されます。 | |
Margin | System.Windows.Forms.Controlから継承されます。 | |
MaximumSize | System.Windows.Forms.Controlから継承されます。 | |
MaxZoomFactor | Gets or sets the maximum allowed zoom factor. | |
MinimumSize | System.Windows.Forms.Controlから継承されます。 | |
MinZoomFactor | Gets or sets the minimum allowed zoom factor. | |
MouseMode | Gets or sets the mouse mode (zoom, selection etc.). | |
Name | System.Windows.Forms.Controlから継承されます。 | |
Padding | System.Windows.Forms.Controlから継承されます。 | |
PageLayout | Gets or sets the preview layout. | |
Pages | Gets the collection of the preview pages. | |
PageSettings | Gets or sets page settings associated with the current document.
IMPORTANT NOTE: The System.Drawing.Printing.PageSettings object returned by this property is created on the fly, and any changes made to its sub-properties may be lost unless you explicitly assign the modified object to the current property. | |
PagesFillColor | Gets or sets the color used to fill the document pages in the preview before drawing the content. | |
PagesFitPaper | Gets the value indicating whether the document pages have the same size as the currently selected printer paper. | |
PagesPadding | Gets or sets the amount of padding between pages in the preview. | |
PagesPaddingCurr | Gets the current padding between pages in the preview. | |
PagesPaddingSmall | Gets or sets the amount of padding between pages in the preview used when margins are hidden. | |
Parent | System.Windows.Forms.Controlから継承されます。 | |
PreferredSize | System.Windows.Forms.Controlから継承されます。 | |
PreviewCursors | Gets the set of cursors used in the preview. | |
PreviewRectangle | Gets the preview rectangle (client are of the preview pane without the rulers and scrollbars). | |
PreviewScrollPosition | Gets or sets the location of the top left corner of the preview area (the scroll position) within the preview window. The value is relative to the PreviewRectangle, not to the ClientRectangle. The value is independent of the ZoomFactor (i.e. setting the same values will scroll to the same logical position in the document at any zoom factor). | |
PrinterSettings | Gets or sets printer settings. | |
PrintingLayout | Gets or sets a value indicating whether to show the physical printing layout (printer page size and the location of the document pages' on the paper). | |
PrintOptions | Gets the print options. | |
PrintPreviewControl | Gets the C1PrintPreviewControl containing the current C1PreviewPane, or null. | |
ProductName | System.Windows.Forms.Controlから継承されます。 | |
ProductVersion | System.Windows.Forms.Controlから継承されます。 | |
RecreatingHandle | System.Windows.Forms.Controlから継承されます。 | |
Reflowable | Gets the value indicating whether the currently loaded document supports reflow. | |
Region | System.Windows.Forms.Controlから継承されます。 | |
RestrictScrollToPage | Gets or sets a value indicating whether scrolling with the scrollbar or mouse wheel is restricted to the current page (for non-continuous mode only).
The default is false. | |
Right | System.Windows.Forms.Controlから継承されます。 | |
RightToLeft | System.Windows.Forms.Controlから継承されます。 | |
Rows | Gets or sets the number of page rows shown in non-continuous mode. | |
RulerUnits | Gets or sets a value specifying what measurement units should be used by the rulers. By default the units are determined by the current country/region. | |
ShowPageOutline | Gets or sets a value indicating whether to show the original page outline (as a dashed line) when PrintingLayout is true and the printer paper does not match the original page size. | |
ShowPrintableArea | Gets or sets a value indicating whether to highlight the printable area of the current printer. | |
ShowPrintProgressDialog | Gets or sets a value indicating whether to show a cancellable print progress dialog while printing a document. If this property is false (which is the default), only a status progress bar shows print progress (and so printing cannot be cancelled). | |
ShowRulers | Gets or sets a value indicating whether to show horizontal and/or vertical rulers. | |
ShowToolTips | Gets or sets a value indicating whether to show tooltips. | |
SidesPadding | Gets or sets the amount of padding between pages and the preview window edges. | |
Site | System.Windows.Forms.Controlから継承されます。 | |
Size | System.Windows.Forms.Controlから継承されます。 | |
StartPageIdx | Gets or sets the 0-based index of the currently visible page. If several pages are visible, this property indicates the page with the most surface shown. When the property is set, the new start page's top left corner is aligned with the preview window's top left corner. | |
StatusText | Gets or sets the string that is interpreted by attached controls as the current status string. | |
TabIndex | System.Windows.Forms.Controlから継承されます。 | |
TabStop | System.Windows.Forms.Panelから継承されます。 | |
Tag | System.Windows.Forms.Controlから継承されます。 | |
ToolsIntegrator | Gets the C1PreviewToolsIntegrator used by the current preview pane. Provides access to controls associated with the current preview pane, such as C1PreviewThumbnailView and C1PreviewOutlineView. This value is null if IntegrateExternalTools is false. | |
ToolTip | Gets the ToolTip used to display tooltips in the preview. Change this to customize the way preview tooltips look (e.g. change colors etc.). | |
Top | System.Windows.Forms.Controlから継承されます。 | |
TopLevelControl | System.Windows.Forms.Controlから継承されます。 | |
TrackMousePosition | Gets or sets a value indicating whether the rulers should display marks showing the current cursor position. | |
UseWaitCursor | System.Windows.Forms.Controlから継承されます。 | |
VerticalScroll | System.Windows.Forms.ScrollableControlから継承されます。 | |
VertPageRulerRectangle | Gets the rectangle for the vertical ruler for the current page, in client coordinates. The actual visible ruler can be clipped by the VertRulerArea. | |
VertRulerArea | Gets the vertical ruler area (the actual ruler is always contained within that area). | |
ViewHistory | Gets the collection of ViewHistoryItem objects saved in history. Depending on C1PreviewPane.HistoryOptions, items are automatically added to this collection when the user scrolls, zooms and so on in the current C1PreviewPane. | |
Visible | System.Windows.Forms.Controlから継承されます。 | |
VisitedDocuments | Gets the collection of VisitedDocument objects saved in history. If C1PreviewPane.HistoryOptions indicates that documents should be saved in history, they are added to this collection automatically when the user navigates between documents. | |
Width | System.Windows.Forms.Controlから継承されます。 | |
ZoomFactor | Gets or sets the zoom factor (1 is actual size). | |
ZoomMode | Gets or sets the preview zoom mode. | |
ZoomSteps | Gets or sets the array of preset zoom factors. |
名前 | 解説 | |
---|---|---|
CanEnableIme | System.Windows.Forms.Controlから継承されます。 | |
CanRaiseEvents | System.Windows.Forms.Controlから継承されます。 | |
CreateParams | System.Windows.Forms.Panelから継承されます。 | |
DefaultCursor | System.Windows.Forms.Controlから継承されます。 | |
DefaultImeMode | System.Windows.Forms.Controlから継承されます。 | |
DefaultMargin | System.Windows.Forms.Controlから継承されます。 | |
DefaultMaximumSize | System.Windows.Forms.Controlから継承されます。 | |
DefaultMinimumSize | System.Windows.Forms.Controlから継承されます。 | |
DefaultPadding | System.Windows.Forms.Controlから継承されます。 | |
DesignMode | System.ComponentModel.Componentから継承されます。 | |
DoubleBuffered | System.Windows.Forms.Controlから継承されます。 | |
Events | System.ComponentModel.Componentから継承されます。 | |
FontHeight | System.Windows.Forms.Controlから継承されます。 | |
HScroll | System.Windows.Forms.ScrollableControlから継承されます。 | |
ImeModeBase | System.Windows.Forms.Controlから継承されます。 | |
ResizeRedraw | System.Windows.Forms.Controlから継承されます。 | |
ScaleChildren | オーバーライドされます。 For internal use. | |
VScroll | System.Windows.Forms.ScrollableControlから継承されます。 |
名前 | 解説 | |
---|---|---|
AddCurrentViewStateToHistory | Creates a new ViewHistoryItem object using the current state of the C1PreviewPane.
The newly created object is then added to the C1PreviewPane.ViewHistory collection. Adding of the new state to history is cancelled if the C1PreviewPane.Document property of the current preview pane is null, or if the specified action should not be saved according to the HistoryOptions.SavedActions value of the current pane's C1PreviewPane.HistoryOptions. Adding of the new state to history can also be cancelled in the C1PreviewPane.HistoryItemAdding event. | |
AddViewStateToHistory | Creates a new ViewHistoryItem object with the specified ViewState.
The newly created object is then added to the C1PreviewPane.ViewHistory collection. Adding of the new state to history can be cancelled in the C1PreviewPane.HistoryItemAdding event. | |
BeginInvoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
BringToFront | System.Windows.Forms.Controlから継承されます。 | |
ClientToDocument | Converts a point in the current C1PreviewPane's client coordinates, to document coordinates.
Document coordinates are also pixels, but are relative to a specific page's left top corner, and do not depend on the current zoom factor. For instance, a client point that is over a page's right top corner would yield a point with document coordinates (816,0) on a 96 DPI resolution display for a 8.5 in wide page (816 is 8.5 multiplied by 96), regardless of the current zoom factor or document scroll position in the preview. | |
Contains | System.Windows.Forms.Controlから継承されます。 | |
CopySelectionToClipboard | Copies the text currently selected in this C1PreviewPane to clipboard. Does nothing if the current selection is empty. | |
CreateControl | System.Windows.Forms.Controlから継承されます。 | |
CreateGraphics | System.Windows.Forms.Controlから継承されます。 | |
Dispose | オーバーロードされます。 オーバーライドされます。 Releases the resoureces used by C1PreviewPane. | |
DoCopySelection | Copies the current selection to clipboard. | |
DocumentToClient | オーバーロードされます。 Converts a PointF in document coordinates to the current C1PreviewPane's client coordinates. | |
DoDragDrop | System.Windows.Forms.Controlから継承されます。 | |
DoEscape | Handles the Escape key (clears selection, resets mouse mode). | |
DoGoHistoryBack | Goes back in history. | |
DoGoHistoryForward | Goes forward in history. | |
DoGoNextPage | Goes to next page. | |
DoGoPreviousPage | Goes to previous page. | |
DoScrollBottom | Scrolls to the end of the document. | |
DoScrollDown | Scrolls down. | |
DoScrollLeft | Scrolls left. | |
DoScrollPageDown | Scrolls one page down. | |
DoScrollPageUp | Scrolls one page up. | |
DoScrollRight | Scrolls right. | |
DoScrollTop | Scrolls to the top of the document. | |
DoScrollUp | Scrolls up. | |
DoSelectAll | Selects the whole document. | |
DoZoomIn | Zooms in. | |
DoZoomOut | Zooms out. | |
DrawToBitmap | System.Windows.Forms.Controlから継承されます。 | |
EndInvoke | System.Windows.Forms.Controlから継承されます。 | |
FileOpen | オーバーロードされます。 Shows a file open dialog, allows the user to select a C1DX or C1D file, and loads the selected file into the current preview pane. If an exception occurs while loading the file, an error message is displayed, and the method returns false. | |
FileSave | オーバーロードされます。 Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane. | |
FindForm | System.Windows.Forms.Controlから継承されます。 | |
FindHyperlink | Searches for a hyperlink at the specified client location. | |
Focus | System.Windows.Forms.Controlから継承されます。 | |
GetChildAtPoint | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
GetContainerControl | System.Windows.Forms.Controlから継承されます。 | |
GetLifetimeService | System.MarshalByRefObjectから継承されます。 | |
GetNextControl | System.Windows.Forms.Controlから継承されます。 | |
GetPagePreviewRect | Gets the rectangle representing the specified page, relative to PreviewScrollPosition. The rectangle is in document coordinates (i.e. does not depend on the current zoom factor). | |
GetPageSize | Gets the size of a page specified by the page index. The size is in document coordinates (i.e. does not depend on the current zoom factor). | |
GetPageVisibility | Gets the percentage (from 0 to 100) of the area of the specified page that is currently visible in this C1PreviewPane. The returned value is rounded to 2 decimal digits. | |
GetPageVisibleArea | Gets RectangleF representing the area of the specified page that is currently visible in the current C1PreviewPane. The rectangle is in document (i.e. independent of the current zoom factor) coordinates, and is relative to the specified page's left top corner. | |
GetPreferredSize | System.Windows.Forms.Controlから継承されます。 | |
GetSelectedText | Gets the text currently selected in this C1PreviewPane. | |
GotoAnchor | Ensures that the specified anchor (see C1.C1Preview.C1Anchor) is visible in the current preview pane. | |
GotoDocumentLocation | オーバーロードされます。 Ensures that the specified document location is visible in the current preview pane. | |
GoToSelection | Makes sure that the currently selected text is visible in the current C1PreviewPane. (This method does nothing if currently there is no selection.) | |
Hide | System.Windows.Forms.Controlから継承されます。 | |
HistoryBack | Goes back in history. | |
HistoryForward | Goes forward in history. | |
InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 | |
Invalidate | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Invoke | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
IsPageVisible | Gets a value indicating whether any part of the specified page is currently visible in this C1PreviewPane. | |
LockHistory | Temporarily locks (suspends) adding of new items to C1PreviewPane.ViewHistory. Note a matching call to C1PreviewPane.UnlockHistory must exist for each call of this method. | |
LogicalToDeviceUnits | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
MakeClientVisible | オーバーロードされます。 Ensures that the specified rectangle (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane. | |
OnLongOperation | オーバーロードされます。 Raises the LongOperation event on the preview pane. | |
PageSetup | Invokes the standard page setup dialog. If the user presses OK in the dialog, the currently loaded document reflows if reflow is supported. | |
PerformLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
PointToClient | System.Windows.Forms.Controlから継承されます。 | |
PointToScreen | System.Windows.Forms.Controlから継承されます。 | |
PreProcessControlMessage | System.Windows.Forms.Controlから継承されます。 | |
PreProcessMessage | System.Windows.Forms.Controlから継承されます。 | |
オーバーロードされます。 Shows the standard print dialog, allowing the user to print the currently loaded document. | ||
RectangleToClient | System.Windows.Forms.Controlから継承されます。 | |
RectangleToScreen | System.Windows.Forms.Controlから継承されます。 | |
Reflow | Reflows the currently loaded document. | |
Refresh | System.Windows.Forms.Controlから継承されます。 | |
ResetBackColor | オーバーライドされます。 Resets the BackColor property to the default value. | |
ResetPagesFillColor | Resets the PagesFillColor to the default value. | |
ResetPagesPadding | Resets the PagesPadding to the default value. | |
ResetPagesPaddingSmall | Resets the PagesPaddingSmall to the default value. | |
ResetSidesPadding | Resets the SidesPadding to the default value. | |
ResetText | System.Windows.Forms.Controlから継承されます。 | |
ResetZoomSteps | Resets the ZoomSteps property to the default value. | |
ResumeLayout | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
Scale | System.Windows.Forms.Controlから継承されます。 | |
ScaleBitmapLogicalToDevice | System.Windows.Forms.Controlから継承されます。 | |
ScrollClient | オーバーロードされます。 Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. | |
ScrollControlIntoView | System.Windows.Forms.ScrollableControlから継承されます。 | |
ScrollPreview | オーバーロードされます。 Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. The scroll amounts are expressed in document coordinates. | |
Select | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
SelectAll | Selects all text in the document currently loaded into this C1PreviewPane. | |
SelectionClear | Removes all selection in the document currently loaded into this C1PreviewPane. | |
SelectNextControl | System.Windows.Forms.Controlから継承されます。 | |
SelectPage | Selects all text on the specified page in the document currently loaded into this C1PreviewPane. | |
SelectTextFragment | Selects the specified text fragment in the document currently loaded in the current C1PreviewPane. | |
SelectWord | Selects a word at the specified location (in client coordinates) in the document currently loaded into this C1PreviewPane. | |
SendToBack | System.Windows.Forms.Controlから継承されます。 | |
SetAutoScrollMargin | System.Windows.Forms.ScrollableControlから継承されます。 | |
SetBounds | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
SetFocus | Sets the input focus to the specified C1.C1Preview.RenderInputFragment object. This method should be used only if the preview currently shows a C1.C1Preview.C1PrintDocument. | |
Show | System.Windows.Forms.Controlから継承されます。 | |
ShowErrorMessage | Shows a dialog box with the exception message. | |
SuspendLayout | System.Windows.Forms.Controlから継承されます。 | |
TextSearch | Searches for an occurrence of a text in the document currently loaded in the current C1PreviewPane. | |
TextSearchAll | Searches for all occurrences of a text in the document currently loaded in the current C1PreviewPane. | |
ToString | System.Windows.Forms.Panelから継承されます。 | |
UnlockHistory | Unlocks (resumes) adding of new items to C1PreviewPane.ViewHistory temporarily locked by a previous call to C1PreviewPane.LockHistory. | |
Update | System.Windows.Forms.Controlから継承されます。 | |
UpdatePreview | Forces the preview pane to update the preview. |
名前 | 解説 | |
---|---|---|
AdjustFormScrollbars | System.Windows.Forms.ScrollableControlから継承されます。 | |
CreateAccessibilityInstance | System.Windows.Forms.Controlから継承されます。 | |
CreateControlsInstance | System.Windows.Forms.Controlから継承されます。 | |
CreateHandle | System.Windows.Forms.Controlから継承されます。 | |
DefWndProc | System.Windows.Forms.Controlから継承されます。 | |
DestroyHandle | System.Windows.Forms.Controlから継承されます。 | |
Finalize | System.ComponentModel.Componentから継承されます。 | |
GetAccessibilityObjectById | System.Windows.Forms.Controlから継承されます。 | |
GetAutoSizeMode | System.Windows.Forms.Controlから継承されます。 | |
GetScaledBounds | System.Windows.Forms.Controlから継承されます。 | |
GetScrollState | System.Windows.Forms.ScrollableControlから継承されます。 | |
GetService | System.ComponentModel.Componentから継承されます。 | |
GetStyle | System.Windows.Forms.Controlから継承されます。 | |
GetTopLevel | System.Windows.Forms.Controlから継承されます。 | |
InitLayout | System.Windows.Forms.Controlから継承されます。 | |
InvokeGotFocus | System.Windows.Forms.Controlから継承されます。 | |
InvokeLostFocus | System.Windows.Forms.Controlから継承されます。 | |
InvokeOnClick | System.Windows.Forms.Controlから継承されます。 | |
InvokePaint | System.Windows.Forms.Controlから継承されます。 | |
InvokePaintBackground | System.Windows.Forms.Controlから継承されます。 | |
IsInputChar | System.Windows.Forms.Controlから継承されます。 | |
MemberwiseClone | オーバーロードされます。 System.MarshalByRefObjectから継承されます。 | |
NotifyInvalidate | System.Windows.Forms.Controlから継承されます。 | |
OnAutoSizeChanged | System.Windows.Forms.Controlから継承されます。 | |
OnBackColorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnBackgroundImageChanged | System.Windows.Forms.Controlから継承されます。 | |
OnBackgroundImageLayoutChanged | System.Windows.Forms.Controlから継承されます。 | |
OnBindingContextChanged | System.Windows.Forms.Controlから継承されます。 | |
OnCausesValidationChanged | System.Windows.Forms.Controlから継承されます。 | |
OnChangeUICues | System.Windows.Forms.Controlから継承されます。 | |
OnClick | System.Windows.Forms.Controlから継承されます。 | |
OnClientSizeChanged | System.Windows.Forms.Controlから継承されます。 | |
OnContextMenuStripChanged | System.Windows.Forms.Controlから継承されます。 | |
OnControlAdded | System.Windows.Forms.Controlから継承されます。 | |
OnControlRemoved | System.Windows.Forms.Controlから継承されます。 | |
OnCreateControl | System.Windows.Forms.Controlから継承されます。 | |
OnCursorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnDockChanged | System.Windows.Forms.Controlから継承されます。 | |
OnDoubleClick | System.Windows.Forms.Controlから継承されます。 | |
OnDpiChangedAfterParent | System.Windows.Forms.Controlから継承されます。 | |
OnDpiChangedBeforeParent | System.Windows.Forms.Controlから継承されます。 | |
OnDragDrop | System.Windows.Forms.Controlから継承されます。 | |
OnDragEnter | System.Windows.Forms.Controlから継承されます。 | |
OnDragLeave | System.Windows.Forms.Controlから継承されます。 | |
OnDragOver | System.Windows.Forms.Controlから継承されます。 | |
OnEnabledChanged | System.Windows.Forms.Controlから継承されます。 | |
OnEnter | System.Windows.Forms.Controlから継承されます。 | |
OnFontChanged | System.Windows.Forms.Controlから継承されます。 | |
OnForeColorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnGiveFeedback | System.Windows.Forms.Controlから継承されます。 | |
OnGotFocus | System.Windows.Forms.Controlから継承されます。 | |
OnHandleCreated | System.Windows.Forms.Controlから継承されます。 | |
OnHandleDestroyed | System.Windows.Forms.Controlから継承されます。 | |
OnHelpRequested | System.Windows.Forms.Controlから継承されます。 | |
OnImeModeChanged | System.Windows.Forms.Controlから継承されます。 | |
OnInvalidated | System.Windows.Forms.Controlから継承されます。 | |
OnKeyPress | System.Windows.Forms.Controlから継承されます。 | |
OnKeyUp | System.Windows.Forms.Controlから継承されます。 | |
OnLayout | オーバーライドされます。 Overridden. Raises the Layout event. | |
OnLeave | System.Windows.Forms.Controlから継承されます。 | |
OnLocationChanged | System.Windows.Forms.Controlから継承されます。 | |
OnLostFocus | System.Windows.Forms.Controlから継承されます。 | |
OnMarginChanged | System.Windows.Forms.Controlから継承されます。 | |
OnMouseCaptureChanged | System.Windows.Forms.Controlから継承されます。 | |
OnMouseClick | オーバーライドされます。 Overridden. Raises the MouseClick event. | |
OnMouseDoubleClick | オーバーライドされます。 Overridden. Raises the MouseDoubleClick event. | |
OnMouseDown | オーバーライドされます。 Overridden. Raises the MouseDown event. | |
OnMouseEnter | System.Windows.Forms.Controlから継承されます。 | |
OnMouseHover | System.Windows.Forms.Controlから継承されます。 | |
OnMouseMove | オーバーライドされます。 Overridden. Raises the MouseMove event. | |
OnMouseUp | オーバーライドされます。 Overridden. Raises the MouseUp event. | |
OnMouseWheel | オーバーライドされます。 Overridden. Raises the MouseWheel event. | |
OnMove | System.Windows.Forms.Controlから継承されます。 | |
OnNotifyMessage | System.Windows.Forms.Controlから継承されます。 | |
OnPaddingChanged | System.Windows.Forms.ScrollableControlから継承されます。 | |
OnPaint | オーバーライドされます。 Overridden. Raises the Paint event. | |
OnPaintBackground | System.Windows.Forms.ScrollableControlから継承されます。 | |
OnParentBackColorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentBackgroundImageChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentBindingContextChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentChanged | オーバーライドされます。 Overridden. Raises the ParentChanged event. | |
OnParentCursorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentEnabledChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentFontChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentForeColorChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentRightToLeftChanged | System.Windows.Forms.Controlから継承されます。 | |
OnParentVisibleChanged | System.Windows.Forms.Controlから継承されます。 | |
OnPreviewKeyDown | System.Windows.Forms.Controlから継承されます。 | |
OnPreviewPrint | Raises the PreviewPrint event on the current preview pane. | |
OnPrint | System.Windows.Forms.Controlから継承されます。 | |
OnPropertyChanged | Raises the PropertyChanged event. | |
OnQueryContinueDrag | System.Windows.Forms.Controlから継承されます。 | |
OnRegionChanged | System.Windows.Forms.Controlから継承されます。 | |
OnResize | System.Windows.Forms.Panelから継承されます。 | |
OnRightToLeftChanged | System.Windows.Forms.ScrollableControlから継承されます。 | |
OnScroll | System.Windows.Forms.ScrollableControlから継承されます。 | |
OnSizeChanged | オーバーライドされます。 Overridden. Raises the SizeChanged event. | |
OnStyleChanged | System.Windows.Forms.Controlから継承されます。 | |
OnSystemColorsChanged | System.Windows.Forms.Controlから継承されます。 | |
OnTabIndexChanged | System.Windows.Forms.Controlから継承されます。 | |
OnTabStopChanged | System.Windows.Forms.Controlから継承されます。 | |
OnTextChanged | System.Windows.Forms.Controlから継承されます。 | |
OnValidated | System.Windows.Forms.Controlから継承されます。 | |
OnValidating | System.Windows.Forms.Controlから継承されます。 | |
OnVisibleChanged | System.Windows.Forms.ScrollableControlから継承されます。 | |
ProcessCmdKey | System.Windows.Forms.Controlから継承されます。 | |
ProcessDialogChar | System.Windows.Forms.Controlから継承されます。 | |
ProcessKeyEventArgs | System.Windows.Forms.Controlから継承されます。 | |
ProcessKeyPreview | System.Windows.Forms.Controlから継承されます。 | |
RaiseDragEvent | System.Windows.Forms.Controlから継承されます。 | |
RaiseKeyEvent | System.Windows.Forms.Controlから継承されます。 | |
RaiseMouseEvent | System.Windows.Forms.Controlから継承されます。 | |
RaisePaintEvent | System.Windows.Forms.Controlから継承されます。 | |
RecreateHandle | System.Windows.Forms.Controlから継承されます。 | |
RescaleConstantsForDpi | System.Windows.Forms.Controlから継承されます。 | |
ResetCompatibilityOptions | Resets the CompatibilityOptions property to the defalut value. | |
ResetMouseEventArgs | System.Windows.Forms.Controlから継承されます。 | |
RtlTranslateAlignment | オーバーロードされます。 System.Windows.Forms.Controlから継承されます。 | |
RtlTranslateHorizontal | System.Windows.Forms.Controlから継承されます。 | |
RtlTranslateLeftRight | System.Windows.Forms.Controlから継承されます。 | |
ScaleControl | System.Windows.Forms.ScrollableControlから継承されます。 | |
ScrollToControl | System.Windows.Forms.ScrollableControlから継承されます。 | |
SetAutoSizeMode | System.Windows.Forms.Controlから継承されます。 | |
SetBoundsCore | System.Windows.Forms.Controlから継承されます。 | |
SetClientSizeCore | System.Windows.Forms.Controlから継承されます。 | |
SetDisplayRectLocation | System.Windows.Forms.ScrollableControlから継承されます。 | |
SetScrollState | System.Windows.Forms.ScrollableControlから継承されます。 | |
SetStyle | System.Windows.Forms.Controlから継承されます。 | |
SetTopLevel | System.Windows.Forms.Controlから継承されます。 | |
SetVisibleCore | System.Windows.Forms.Controlから継承されます。 | |
ShouldSerializeCompatibilityOptions | Indicates whether the CompatibilityOptions property should be serialized. | |
ShouldSerializeExportOptions | Indicates whether the ExportOptions property should be serialized. | |
SizeFromClientSize | System.Windows.Forms.Controlから継承されます。 | |
UpdateStyles | System.Windows.Forms.Controlから継承されます。 | |
UpdateZOrder | System.Windows.Forms.Controlから継承されます。 | |
WndProc | オーバーライドされます。 Overridden. Processes Windows messages. |
名前 | 解説 | |
---|---|---|
AdjustPrintPage | Fired from within the System.Drawing.Printing.PrintDocument.PrintPage event handler of the C1.C1Preview.C1PrintManager used to print the document. See C1.C1Preview.C1PrintManager.AdjustPrintPage for details. | |
AutoSizeChanged | System.Windows.Forms.Panelから継承されます。 | |
BackColorChanged | System.Windows.Forms.Controlから継承されます。 | |
BackgroundImageChanged | System.Windows.Forms.Controlから継承されます。 | |
BackgroundImageLayoutChanged | System.Windows.Forms.Controlから継承されます。 | |
BindingContextChanged | System.Windows.Forms.Controlから継承されます。 | |
CausesValidationChanged | System.Windows.Forms.Controlから継承されます。 | |
ChangeUICues | System.Windows.Forms.Controlから継承されます。 | |
Click | System.Windows.Forms.Controlから継承されます。 | |
ClientSizeChanged | System.Windows.Forms.Controlから継承されます。 | |
ContextMenuStripChanged | System.Windows.Forms.Controlから継承されます。 | |
ControlAdded | System.Windows.Forms.Controlから継承されます。 | |
ControlRemoved | System.Windows.Forms.Controlから継承されます。 | |
CursorChanged | System.Windows.Forms.Controlから継承されます。 | |
Disposed | System.ComponentModel.Componentから継承されます。 | |
DockChanged | System.Windows.Forms.Controlから継承されます。 | |
DoubleClick | System.Windows.Forms.Controlから継承されます。 | |
DpiChangedAfterParent | System.Windows.Forms.Controlから継承されます。 | |
DpiChangedBeforeParent | System.Windows.Forms.Controlから継承されます。 | |
DragDrop | System.Windows.Forms.Controlから継承されます。 | |
DragEnter | System.Windows.Forms.Controlから継承されます。 | |
DragLeave | System.Windows.Forms.Controlから継承されます。 | |
DragOver | System.Windows.Forms.Controlから継承されます。 | |
EnabledChanged | System.Windows.Forms.Controlから継承されます。 | |
Enter | System.Windows.Forms.Controlから継承されます。 | |
Error | Occurs when an external exception is thrown (e.g. while printing). | |
FontChanged | System.Windows.Forms.Controlから継承されます。 | |
ForeColorChanged | System.Windows.Forms.Controlから継承されます。 | |
FormsUserAction | Occurs when user performs some action on RenderInputBase object within preview (Click, MouseDown etc). | |
GiveFeedback | System.Windows.Forms.Controlから継承されます。 | |
GotFocus | System.Windows.Forms.Controlから継承されます。 | |
HandleCreated | System.Windows.Forms.Controlから継承されます。 | |
HandleDestroyed | System.Windows.Forms.Controlから継承されます。 | |
HelpRequested | System.Windows.Forms.Controlから継承されます。 | |
HistoryItemAdding | Occurs when a new ViewHistoryItem object is being added to the C1PreviewPane.ViewHistory collection. The event handler can cancel this adding. | |
HyperlinkJump | Occurs when a hyperlink jump takes place. | |
HyperlinkMouseDown | Occurs when the mouse pointer is over a hyperlink and a mouse button is pressed. | |
HyperlinkMouseEnter | Occurs when the mouse pointer enters a hyperlink. | |
HyperlinkMouseLeave | Occurs when the mouse pointer leaves a hyperlink. | |
HyperlinkMouseMove | Occurs when the mouse pointer moves over a hyperlink. | |
HyperlinkMouseUp | Occurs when the mouse pointer is over a hyperlink and a mouse button is released. | |
ImeModeChanged | System.Windows.Forms.Controlから継承されます。 | |
Invalidated | System.Windows.Forms.Controlから継承されます。 | |
Layout | System.Windows.Forms.Controlから継承されます。 | |
Leave | System.Windows.Forms.Controlから継承されます。 | |
LoadVisitedDocument | Occurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a previously saved visited document should be loaded from history. | |
LocationChanged | System.Windows.Forms.Controlから継承されます。 | |
LongOperation | Occurs periodically when a long operation is in progress. | |
LostFocus | System.Windows.Forms.Controlから継承されます。 | |
MarginChanged | System.Windows.Forms.Controlから継承されます。 | |
MouseCaptureChanged | System.Windows.Forms.Controlから継承されます。 | |
MouseClick | System.Windows.Forms.Controlから継承されます。 | |
MouseDoubleClick | System.Windows.Forms.Controlから継承されます。 | |
MouseDown | System.Windows.Forms.Controlから継承されます。 | |
MouseEnter | System.Windows.Forms.Controlから継承されます。 | |
MouseHover | System.Windows.Forms.Controlから継承されます。 | |
MouseLeave | System.Windows.Forms.Controlから継承されます。 | |
MouseMove | System.Windows.Forms.Controlから継承されます。 | |
MouseUp | System.Windows.Forms.Controlから継承されます。 | |
MouseWheel | System.Windows.Forms.Controlから継承されます。 | |
Move | System.Windows.Forms.Controlから継承されます。 | |
PaddingChanged | System.Windows.Forms.Controlから継承されます。 | |
Paint | System.Windows.Forms.Controlから継承されます。 | |
ParentChanged | System.Windows.Forms.Controlから継承されます。 | |
PreviewAction | Occurs when the document action from preview forms should be executed. | |
PreviewKeyDown | System.Windows.Forms.Controlから継承されます。 | |
PreviewPrint | Occurs immediately before a print dialog is shown by the preview in response to user action. Allows to adjust the properties of the print dialog, or cancel it without showing. | |
PropertyChanged | Occurs when a property of the preview pane that is not inherited from the base class changes. | |
QueryAccessibilityHelp | System.Windows.Forms.Controlから継承されます。 | |
QueryContinueDrag | System.Windows.Forms.Controlから継承されます。 | |
QueryPageSettings | Fired from within the System.Drawing.Printing.PrintDocument.QueryPageSettings event handler of the C1.C1Preview.C1PrintManager used to change page settings. See C1.C1Preview.C1PrintManager.QueryPageSettings for details. | |
RegionChanged | System.Windows.Forms.Controlから継承されます。 | |
Resize | System.Windows.Forms.Controlから継承されます。 | |
RightToLeftChanged | System.Windows.Forms.Controlから継承されます。 | |
SaveVisitedDocument | Occurs if HistoryOptions.VisitedDocumentStorage on the current preview pane is set to VisitedDocumentStorageEnum.User, and a visited document should be added to history. The event handler must save the document. | |
Scroll | System.Windows.Forms.ScrollableControlから継承されます。 | |
SizeChanged | System.Windows.Forms.Controlから継承されます。 | |
StyleChanged | System.Windows.Forms.Controlから継承されます。 | |
SystemColorsChanged | System.Windows.Forms.Controlから継承されます。 | |
TabIndexChanged | System.Windows.Forms.Controlから継承されます。 | |
TabStopChanged | System.Windows.Forms.Controlから継承されます。 | |
UserAction | Occurs whenever the user clicks one of the predefined preview toolbar buttons such as print or file open. Allows to provide non-standard toolbar button handling, or cancel the action. | |
UserHyperlinkJump | Occurs when a user-defined hyperlink jump takes place. | |
Validated | System.Windows.Forms.Controlから継承されます。 | |
Validating | System.Windows.Forms.Controlから継承されます。 | |
VisibleChanged | System.Windows.Forms.Controlから継承されます。 | |
VisitedDocumentAdding | Occurs when a new VisitedDocument object is being added to the C1PreviewPane.VisitedDocuments collection of the current preview pane. Adding can be cancelled in the event handler. |