CHtmlView::PutProperty
更新 : 2007 年 11 月
指定したオブジェクトに関連付けられているプロパティを設定します。
void PutProperty(
LPCTSTR lpszProperty,
const VARIANT& vtValue
);
void PutProperty(
LPCTSTR lpszPropertyName,
double dValue
);
void PutProperty(
LPCTSTR lpszPropertyName,
long lValue
);
void PutProperty(
LPCTSTR lpszPropertyName,
LPCTSTR lpszValue
);
void PutProperty(
LPCTSTR lpszPropertyName,
short nValue
);
パラメータ
lpszProperty
設定するプロパティを格納した文字列。vtValue
lpszProperty で指定したプロパティの新しい値。lpszPropertyName
設定するプロパティの名前を格納した文字列へのポインタ。dValue
プロパティの新しい値。lValue
プロパティの新しい値。lpszValue
プロパティの新しい値を格納した文字列へのポインタ。nValue
プロパティの新しい値。
解説
Internet Explorer と WebBrowser コントロールに使用できます。
必要条件
ヘッダー : afxhtml.h