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

CheckBox (toggle) control in SOLIDWORKS property Manager Page


Check boxes
Check boxes

CheckBox control (toggle) will be automatically created for all properties of bool type.

public class CheckBoxDataModel
{
    public bool CheckBox { get; set; }
    public bool CheckBoxChecked { get; set; } = true;
}

Visit toggle bitmap button for more information of how to create toggle button with image.


Powered by Docify