_CommandBars::DisableCustomize Property
Visual Studio 2015
Determines whether user customizations have been disabled.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809369)] property bool DisableCustomize { [DispIdAttribute(1610809369)] bool get(); [DispIdAttribute(1610809369)] void set(bool value); }
Property Value
Type: System::Booleantrue if user customizations have been disabled, otherwise false.
Show: