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


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

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

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