IXRControlStoryboardAction.SetStoryboard(IXRStoryboard *) (Compact 2013)
3/28/2014
This method sets the Storyboard property.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStoryboard(
IXRStoryboard *pValue)
Parameters
- pValue
[in] Pointer to an IXRStoryboard object for setting the value of the Storyboard property.
Return Value
Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.