Class PmpButtonBase<T>
- Namespace
- Hymma.Solidworks.Addins
- Assembly
- Hymma.Solidworks.Addins.dll
represents a base class for all buttons in a property manager page
public class PmpButtonBase<T> : PmpControl<T>, IWrapSolidworksObject<T>, IReleaseSolidworksObject
Type Parameters
T
- Inheritance
-
PmpControl<T>PmpButtonBase<T>
- Implements
- Derived
- Inherited Members
Constructors
PmpButtonBase(swPropertyManagerPageControlType_e, string, string)
default constructor
public PmpButtonBase(swPropertyManagerPageControlType_e type, string caption, string tip)
Parameters
Methods
UnsubscribeFromEvents()
Unsubscribe from all events
public override void UnsubscribeFromEvents()
Events
Clicked
invoked when this button is clicked
public event EventHandler<EventArgs> Clicked