'Me' as an object

Discussion in 'AutoCAD' started by Mark Dubbelaar, Mar 16, 2005.

  1. hi

    i have a quick question...
    when i use the 'Unload Me', is 'Me' the current userform or the current
    project???

    thanks in advance

    cheers

    Mark
     
    Mark Dubbelaar, Mar 16, 2005
    #1
  2. "Me" refers to the object calling the code, much like C#'s "this"
    keyword. In your case, that'd be the UserForm but that's not the only
    thing it can refer to. An object instantiated from a class module can
    also refer to itself as Me.
     
    Frank Oquendo, Mar 16, 2005
    #2
  3. thanks


     
    Mark Dubbelaar, Mar 16, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.