Indicates whether to expand or limit the number of events that are fired. The following events are not fired if VerboseEvents is false: AfterItemDraw.
[Visual Basic 6.0] Property VerboseEvents As Boolean
[Visual Basic .NET] Public Property VerboseEvents As Boolean
[C#] public bool VerboseEvents {get; set;}
[Java] public boolean isVerboseEvents() throws IOException, AutomationException
[Java] public void setVerboseEvents( boolean VerboseEvents ) throws IOException, AutomationException
[C++]
HRESULT get_VerboseEvents(
VARIANT_BOOL* VerboseEvents
);
[C++] HRESULT put_VerboseEvents( VARIANT_BOOL VerboseEvents);
Parameters
VerboseEvents [out, retval]
VerboseEvents is a parameter of type VARIANT_BOOL
VerboseEvents [in]
VerboseEvents is a parameter of type VARIANT_BOOL