Page History
ウェブレットを使用可または不可として表示するかを決定するブール値プロパティ
ブラウザがActiveXをサポートしない場合、このウェブレットは自動的に使用不可になります。
デフォルト値
ブランク - Falseと同じです。(ウェブレットは常に使用可能な状態)
有効値
True()、False() 、もしくは、TrueかFalseを返す有効な式
A Boolean property, the result of which determines whether the weblet appears enabled or disabled. If the browser doesn't support ActiveX, the weblet is automatically disabled.
Default value
Blank – equivalent to False (that is, the weblet will always be enabled).
Valid values
true(), false()or any valid expression that returns True or False.