Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you don't want to specify the semicolon, or if you plan to manipulate many controls on the same form, then use the CurrentWindow property instead.

Example

Code Block
// Subclass an EDITLINE control 
Handle = Get_Property(@Window:".EDITLINE", "HANDLE") 
rv = Send_Message(@Window:".OLE_SUBCLASS", "OLE.Subclass", Handle, @Window:".EDITLINE")

See Also

UnsubclassCurrentWindow