ArcObjects Library Reference (GeoDatabaseDistributedUI)  

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