XCAD.NET
XCAD.NET
Framework for .NET (C# and VB.NET) to create modern application for CAD systems (SOLIDWORKS, SOLIDWORKS Document Manager, Autodesk Inventor, etc.)
Get technical support Connect to xCAD community on Discord server Explore code and application examples xCAD.NET Templates for Visual Studio and VS Code Access source code

Text Box control in SOLIDWORKS Property Manager Page


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


Powered by Docify