PrintDocument for WinForms
ActionHandlerFileOpen クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : ActionHandlerFileOpen クラス
Represents an action handler that loads a document (in C1DX or C1D formats) from a disk file.
オブジェクト モデル
ActionHandlerFileOpen クラス
シンタックス
'宣言
 
Public Class ActionHandlerFileOpen 
   Inherits ActionHandlerFile
'使用法
 
Dim instance As ActionHandlerFileOpen
public class ActionHandlerFileOpen : ActionHandlerFile 
解説
If the ActionHandlerFile.FileName is not specified when this action handler is invoked, a file open dialog is shown to the user.

For details on the use of action handlers, see ActionHandlerBase.

継承階層

System.Object
   C1.C1Preview.ActionHandlerBase
      C1.C1Preview.ActionHandlerFile
         C1.C1Preview.ActionHandlerFileOpen

参照

ActionHandlerFileOpen メンバ
C1.C1Preview 名前空間
ActionHandlerFile クラス
ActionHandlerFileSave クラス