mshtml
クラス _htmlDropEffect

java.lang.Object
  上位を拡張 com.ms.wfc.core.Enum
      上位を拡張 mshtml._htmlDropEffect

public class _htmlDropEffect
extends com.ms.wfc.core.Enum


フィールドの概要
static int htmlDropEffect_Max
           
static int htmlDropEffectCopy
           
static int htmlDropEffectLink
           
static int htmlDropEffectMove
           
static int htmlDropEffectNone
           
 
コンストラクタの概要
_htmlDropEffect()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

htmlDropEffectCopy

public static final int htmlDropEffectCopy
関連項目:
定数フィールド値

htmlDropEffectLink

public static final int htmlDropEffectLink
関連項目:
定数フィールド値

htmlDropEffectMove

public static final int htmlDropEffectMove
関連項目:
定数フィールド値

htmlDropEffectNone

public static final int htmlDropEffectNone
関連項目:
定数フィールド値

htmlDropEffect_Max

public static final int htmlDropEffect_Max
関連項目:
定数フィールド値
コンストラクタの詳細

_htmlDropEffect

public _htmlDropEffect()