ControlDesigner::HidePropertiesInTemplateMode Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether the properties of the associated control are hidden when the control is in template mode.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue, if the properties of the associated control are hidden when the control is in template mode; otherwise, false. The default is true.
The ID property is never hidden. The PreFilterProperties method uses the HidePropertiesInTemplateMode property to determine whether properties, other than the ID property, should be hidden from the property grids while the control is in template editing mode.
.NET Framework
Available since 2.0
Available since 2.0
Show: