The fields of the MemberModifier class are listed below. For a complete list of MemberModifier class members, see the MemberModifier Members topic.
Abstract | Specifies that the member is abstract. This field is constant. |
Const | Specifies that the member is abstract. This field is constant. |
Extern | Specifies that the member is external. This field is constant. |
Final | Specifies that the member is final. This field is constant. |
Internal | Specifies that the member is internal. This field is constant. |
Multicast | Specifies that the member is a multicast. This field is constant. |
Native | Specifies that the member is native. This field is constant. |
New | Specifies that the member is new. This field is constant. |
Override | Specifies that the member is an override. This field is constant. |
Private | Specifies that the member is private. This field is constant. |
Protected | Specifies that the member is protected. This field is constant. |
Public | Specifies that the member is public. This field is constant. |
Readonly | Specifies that the member is read-only. This field is constant. |
Sealed | Specifies that the member is sealed. This field is constant. |
Static | Specifies that the member is static. This field is constant. |
Synchronized | Specifies that the member is synchronized. This field is constant. |
Transient | Specifies that the member is transient. This field is constant. |
Unknown | Specifies that the member is unknown. This field is constant. |
Value | Specifies that the member is a value. This field is constant. |
Virtual | Specifies that the member is virtual. This field is constant. |
MemberModifier Class | System.ComponentModel.Design Namespace