This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface > ICustomizeDialog.ShowAddFromFile Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* pVal
);
[C++]
HRESULT put_ShowAddFromFile(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL
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.