Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or gets a pointer to the event handler function that fires when the user begins to change the dimensions of the object.
Syntax
HRESULT value = object.put_onresizestart(VARIANT v);HRESULT value = object.get_onresizestart(VARIANT* p);
Property values
Type: VARIANT
a pointer to the event handler function, or NULL otherwise.