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


IJoinParcelManager.UpdateJoinDialogButtons Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

IJoinParcelManager.UpdateJoinDialogButtons Method

Enable/Disable JoinDialog Buttons when the current active tool changes.

[Visual Basic .NET]
Public Sub UpdateJoinDialogButtons ( _
    ByVal vbCurrentTool As Boolean _
)
[C#]
public void UpdateJoinDialogButtons (
    bool vbCurrentTool
);

Product Availability

Available with ArcGIS Desktop.

See Also

IJoinParcelManager Interface