An NDoc Documented Class Library

TextAttribute Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal name As String _ 
)
[C#]
public TextAttribute(
   string name
);
[C++]
public: TextAttribute(
   String* name
);
[JScript]
public function TextAttribute(
   String name
);

See Also

TextAttribute Class | Repository.ScreenAttributes Namespace