Initializes a new instance of ParenthesizePropertyNameAttribute using the specified value to indicate whether or not the attribute is marked for display with parenthesis or not.
[Visual Basic] Public Sub New( _ ByVal needParenthesis As Boolean _ ) [C#] public ParenthesizePropertyNameAttribute( bool needParenthesis ); [C++] public: ParenthesizePropertyNameAttribute( bool needParenthesis ); [JScript] public function ParenthesizePropertyNameAttribute( needParenthesis : Boolean );
ParenthesizePropertyNameAttribute Class | ParenthesizePropertyNameAttribute Members | System.ComponentModel.Design Namespace