# File ../lib/fox/scintilla.rb, line 381
    def getMarginSensitiveN(margin)
      sendMessage(2247, margin, 0) == 1 ? true : false
    end