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)
1065
if (selectionType != GlyphSelectionType.NotSelected && !locked &&
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly)
1173
if (
InheritanceAttribute
== InheritanceAttribute.InheritedReadOnly)
1576
bool enabled = (selCount == 1) && (
InheritanceAttribute
!= InheritanceAttribute.InheritedReadOnly);