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


ICustomizeDialog.ShowAddFromFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.ShowAddFromFile Property
ArcGIS Developer Help

ICustomizeDialog.ShowAddFromFile Property

Indicates if the 'Add From File' button is available on the customize dialog.

[Visual Basic .NET]
Public Property ShowAddFromFile As Boolean
[C#]
public bool ShowAddFromFile {get; set;}
[C++]
HRESULT get_ShowAddFromFile(
  Boolean* pVal
);
[C++]
HRESULT put_ShowAddFromFile(
  VARIANT_BOOL pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool* pVal [in]
pVal is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

Determines whether the CustomizeDialog has an 'Add From File..' button. Clicking this button enables users to browse and select *.dll and *.tlb files containing objects that implement ICommand, IMenuDef, IPaletteDef and IToolbarDef. The selected *.dll or *.tlb will be registered and the objects registered in the appropriate CommandsCategory, MenusCategory, PalettesCategory and ToolbarsCategory component categories. This property is true by default.

See Also

ICustomizeDialog Interface

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls