NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParenthesizePropertyNameAttribute Class

Indicates whether the name of the associated property is paraenthesized in the property browser.

Object
   Attribute
      MemberAttribute
         ParenthesizePropertyNameAttribute

[Visual Basic]
Public Class ParenthesizePropertyNameAttribute
   Inherits MemberAttribute
[C#]
public class ParenthesizePropertyNameAttribute : MemberAttribute
[C++]
public __gc class ParenthesizePropertyNameAttribute : public
   MemberAttribute
[JScript]
public class ParenthesizePropertyNameAttribute extends
   MemberAttribute

Remarks

This attribute will also cause the property to be sorted to the top of the list in alphabetical mode, or to the top of its category if the property grid is in categorize mode.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ParenthesizePropertyNameAttribute Members | System.ComponentModel.Design Namespace