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


ICustomCheckOutUI.OnCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICustomCheckOutUI Interface > ICustomCheckOutUI.OnCreate Method
ArcGIS Developer Help

ICustomCheckOutUI.OnCreate Method

Initializes the custom check-out UI with default or custom check-out properties.

[Visual Basic .NET]
Public Function OnCreate ( _
    ByVal checkoutProperties As ICheckOutUIProperties _
) As Boolean
[C#]
public bool OnCreate (
    ICheckOutUIProperties checkoutProperties
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICustomCheckOutUI Interface