MonthCalendar.Locked Property
Visual Studio 2012
Gets or sets a value that indicates whether the MonthCalendar can be modified at design time when the sheet is protected.
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Property Value
Type: Booleantrue if the MonthCalendar cannot be modified at design time when the sheet is protected; otherwise, false.
A MonthCalendar can only be locked when the sheet is protected. A locked MonthCalendar cannot be moved or resized at design time.
For a code example that demonstrates how to use this property, see Button.Locked. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Locked property.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.