Skip to main content

Text Box control in SOLIDWORKS Property Manager Page

Text Box control

Text box control will be automatically generated for all properties of type string.

Public Class TextBoxDataModel
Public Property Text As String
End Class
public class TextBoxDataModel
{
public string Text { get; set; }
}

Additional options can be specified via TextBoxOptionsAttribute