This document is archived and information here might be outdated.  Recommended version.


IComPropertyPage2.QueryCancel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IC > IComPropertyPage2 Interface > IComPropertyPage2.QueryCancel Method
ArcGIS Developer Help

IComPropertyPage2.QueryCancel Method

Returns VARIANT_FALSE to prevent the cancel operation or VARIANT_TRUE to allow it.

[Visual Basic .NET]
Public Function QueryCancel ( _
) As Boolean
[C#]
public bool QueryCancel (
);

Product Availability

Available with ArcGIS Desktop.

See Also

IComPropertyPage2 Interface