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
heightintif set to zero the winForm will not be shown
captionstringcaption for the winForm
tipstringa tip for the controller
Properties
Enabled
enables or disables this property control on
public override bool Enabled { get; set; }