<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Band > TailBand > Method >IsEnable |
Indicates whether the component is enabled.
Prototype :
bool IsEnable
(
No Arguments
)
Example :
if(This.IsEnable() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events