See Also: DisplayNameAttribute Members
The default is the name of the property or event. The default implementation of System.ComponentModel.Design.DesignerActionList.GetSortedActionItems uses reflection to search the public properties and public void methods that take no arguments. System.ComponentModel.Design.DesignerActionList.GetSortedActionItems searches for the System.ComponentModel.DisplayNameAttribute on each property and method and, if found, uses that string instead of the property or method name.