PrintDocument for WinForms
BusyStateEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : BusyStateEnum 列挙体
Describes the busy state of a C1PrintDocument.
シンタックス
'宣言
 
Public Enum BusyStateEnum 
   Inherits System.Enum
'使用法
 
Dim instance As BusyStateEnum
public enum BusyStateEnum : System.Enum 
メンバ
メンバ解説
GeneratingThe document is currently generating.
LoadingThe document is currently loading.
ReadyThe document is not busy.
SavingThe document is currently saving.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BusyStateEnum

参照

C1.C1Preview 名前空間