Text Box control in SOLIDWORKS Property Manager Page

Edit ArticleEdit Article

Text Box control
Text Box control

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


Product of Xarial Product of Xarial