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
heightintheight of the control in the property manager page if set to zero the control will disapear from the property manager page
captionstringa caption or message on top of folder browser dialogue
tipstringtip of the controller
Properties
Enabled
enables or disables this property control on
public override bool Enabled { get; set; }