Table of Contents

Class PmpWinForm<T>

Namespace
Hymma.Solidworks.Addins.UI
Assembly
Hymma.Solidworks.Addins.dll

allows creating a winform in a propeprty manager page

public class PmpWinForm<T> : PmpControl<IPropertyManagerPageWindowFromHandle>, IWrapSolidworksObject<IPropertyManagerPageWindowFromHandle>, IReleaseSolidworksObject where T : Form, new()

Type Parameters

T
Inheritance
PmpControl<IPropertyManagerPageWindowFromHandle>
PmpWinForm<T>
Implements
IWrapSolidworksObject<IPropertyManagerPageWindowFromHandle>
Inherited Members

Constructors

PmpWinForm(int, string, string)

ctor

public PmpWinForm(int height, string caption = "", string tip = "")

Parameters

height int

if set to zero the winForm will not be shown

caption string

caption for the winForm

tip string

a tip for the controller

Properties

Enabled

enables or disables this property control on

public override bool Enabled { get; set; }

Property Value

bool