PrintDocument for WinForms
CurrentHistoryEntry プロパティ (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : 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.

シンタックス
'宣言
 
Public Property CurrentHistoryEntry As ViewHistoryItem
'使用法
 
Dim instance As C1PreviewPane
Dim value As ViewHistoryItem
 
instance.CurrentHistoryEntry = value
 
value = instance.CurrentHistoryEntry
public ViewHistoryItem CurrentHistoryEntry {get; set;}
参照

C1PreviewPane クラス
C1PreviewPane メンバ
CurrentHistoryEntryIndex プロパティ