Table of Contents

Class PmpWinFormContoller<T>

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

Allows using a Windows winForm or Windows Form user control in the property manager page

public class PmpWinFormContoller<T> : PmpControl<IPropertyManagerPageWindowFromHandle>, IWrapSolidworksObject<IPropertyManagerPageWindowFromHandle>, IReleaseSolidworksObject where T : UserControl, new()

Type Parameters

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

Constructors

PmpWinFormContoller(int, string, string)

contructor

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

Parameters

height int

height of the control in the property manager page if set to zero the control will disapear from the property manager page

caption string

a caption or message on top of folder browser dialogue

tip string

tip of the controller

Properties

Enabled

enables or disables this property control on

public override bool Enabled { get; set; }

Property Value

bool