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;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照