mshtml
インタフェース IHTMLPopup

既知の実装クラスの一覧:
HTMLPopup

public interface IHTMLPopup


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 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()