mshtml
インタフェース DispHTMLPopup

既知のサブインタフェースの一覧:
DispHTMLPopupDefault
既知の実装クラスの一覧:
HTMLPopup

public interface DispHTMLPopup


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 java.lang.Object getConstructor()
           
 IHTMLDocument getDocument()
           
 boolean getIsOpen()
           
 void Hide()
           
 void Show(int x, int y, int w, int h, com.ms.com.Variant pElement)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

Show

void Show(int x,
          int y,
          int w,
          int h,
          com.ms.com.Variant pElement)

Hide

void Hide()

getDocument

IHTMLDocument getDocument()

getIsOpen

boolean getIsOpen()

getConstructor

java.lang.Object getConstructor()