- Contents
DesignerCOM API
II3IDDebugStepEvents::ViewStepProperties Method
Synopsis
This is similar to II3IDStepEvents::EditStepProperties except that this method is called when the user views step properties in a debug session. Do not allow the user modify step parameters for this callout.
IDL Function Prototype
HRESULT ViewStepProperties(
[in] II3IDStep * StepToDisplay,
[in] long ParentHWND,
[out, retval] VARIANT_BOOL * BeenHandled
);
C/C++ Syntax
HRESULT ViewStepProperties( II3IDStep * StepToDisplay, long ParentHWND, VARIANT_BOOL * BeenHandled);
Parameters
- StepToDisplay
-
The II3IDStep object whose properties will be viewed.
- ParentHWND
-
The handle of the parent window.
- BeenHandled
-
The return value is a Boolean flag that indicates whether or not the callback that has been called by Interaction Designer has handled this event. When this value is True, Interaction Designer does not need to perform its default event processing.