<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >IsPrintable |
Indicates whether printable.
Prototype :
bool IsPrintable
(
No Arguments
)
Example :
if(This.IsPrintable() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events