System.ComponentModel.ParenthesizePropertyNameAttribute Class

Indicates whether the name of the associated property is displayed with parentheses in the Properties window. This class cannot be inherited.

See Also: ParenthesizePropertyNameAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class ParenthesizePropertyNameAttribute : Attribute

Remarks

A System.ComponentModel.ParenthesizePropertyNameAttribute with a ParenthesizePropertyNameAttribute.NeedParenthesis value of true indicates to the Properties window that the associated property should be displayed with parentheses around its name. The Properties window displays a property with parentheses around its name near the top of the list in alphabetical mode, or near the top of its category if the Properties window is in categorize mode.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0