Text Box control in SOLIDWORKS Property Manager Page
Text box control will be automatically generated for all properties of type string.
public class TextBoxDataModel { public string Text { get; set; } }
Additional options can be specified via TextBoxOptionsAttribute