Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the location of the element's DHTML Behavior.
Syntax
HRESULT get_behavior( BSTR *p );
Parameters
- p
- Address of a string structure containing object's behavior location.
Return Value
Returns S_OK if successful, or an error value otherwise.
Sets the location of the element's DHTML Behavior location.
Syntax
HRESULT put_behavior( BSTR v );
Parameters
- v
- String (BSTR) that contains the behavior location to set.
Return Value
Returns S_OK if successful, or an error value otherwise.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.