# File ../lib/fox/scintilla.rb, line 1289
    def getFoldExpanded(line)
      sendMessage(2230, line, 0) == 1 ? true : false
    end