home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mle.zip / MLE.VBE < prev    next >
Text File  |  1996-03-20  |  1KB  |  12 lines

  1. //VBBeginPartInfo: MultiLineEdit,"IMultiLineEdit w/ handler for selectedText notification"
  2. //VBParent: IMultiLineEdit
  3. //VBIncludes: "mle.hpp" _MULTILINEEDIT_
  4. //VBLibFile: mle.lib
  5. //VBPartDataFile: mle.vbb
  6. //VBConstructor: MultiLineEdit(unsigned long id, IWindow * parent = IWindow::desktopWindow(), IWindow * owner = IWindow::desktopWindow(), const IRectangle & rect = IRectangle(), const IMultiLineEdit::Style & style = IMultiLineEdit::defaultStyle())
  7. //VBComposerInfo: visual, 310, dde4vr30, userprimitive
  8. //VBAttribute: selectedText,"Returns the selected text string.  The event fires whenever mouse button 1 is released.",IString,virtual IString selectedText() const,,selectedTextId
  9. //VBAttribute: selectedTextLength,"Returns the size of the selected text, in bytes.  The event fires whenever mouse button 1 is released.",unsigned long,virtual unsigned long selectedTextLength() const,,selectedTextId
  10. //VBAttribute: hasSelectedText,"Queries whether any of the MLE's text is selected.  The event fires whenever mouse button 1 is released.",Boolean,virtual Boolean hasSelectedText() const,,selectedTextId
  11. //VBEndPartInfo: MultiLineEdit
  12.