Base:
property
InheritanceAttribute
System.Windows.Forms.Design.ControlDesigner.InheritanceAttribute
3 references to InheritanceAttribute
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
1071if (selectionType != GlyphSelectionType.NotSelected && !locked && InheritanceAttribute != InheritanceAttribute.InheritedReadOnly) 1179if (InheritanceAttribute == InheritanceAttribute.InheritedReadOnly) 1591bool enabled = (selCount == 1) && (InheritanceAttribute != InheritanceAttribute.InheritedReadOnly);