PrintDocument for WinForms
UnlockHistory メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : UnlockHistory メソッド
Action that was performed between the call to C1PreviewPane.LockHistory and this call to C1PreviewPane.UnlockHistory. This action is added to history.
Caption for the userAction history item.
Unlocks (resumes) adding of new items to C1PreviewPane.ViewHistory temporarily locked by a previous call to C1PreviewPane.LockHistory.
シンタックス
'宣言
 
Public Sub UnlockHistory( _
   ByVal userAction As HistorySavedActionsEnum, _
   ByVal historyItemCaption As System.String _
) 
'使用法
 
Dim instance As C1PreviewPane
Dim userAction As HistorySavedActionsEnum
Dim historyItemCaption As System.String
 
instance.UnlockHistory(userAction, historyItemCaption)
public void UnlockHistory( 
   HistorySavedActionsEnum userAction,
   System.string historyItemCaption
)

パラメータ

userAction
Action that was performed between the call to C1PreviewPane.LockHistory and this call to C1PreviewPane.UnlockHistory. This action is added to history.
historyItemCaption
Caption for the userAction history item.
参照

C1PreviewPane クラス
C1PreviewPane メンバ