v1.0
プロパティ編集
指定されたユーザ プリファレンスの設定/値を戻します。
oVariant = GetUserPref( Target ); |
パラメータ | タイプ | 詳細 |
---|---|---|
Target | UserPreference | 取得するユーザ プリファレンス |
' ' This example demonstrates how to find the current user ' setting for the automatic inspection setting ' bPopUpPPGs = GetUserPref(siAutoInspect) if bPopUpPPGs then Application.LogMessage "true" else Application.LogMessage "false" end if |