Table of Contents

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
PmpButtonBase<T>
Implements
Derived
Inherited Members

Constructors

PmpButtonBase(swPropertyManagerPageControlType_e, string, string)

default constructor

public PmpButtonBase(swPropertyManagerPageControlType_e type, string caption, string tip)

Parameters

type swPropertyManagerPageControlType_e
caption string
tip string

Methods

UnsubscribeFromEvents()

Unsubscribe from all events

public override void UnsubscribeFromEvents()

Events

Clicked

invoked when this button is clicked

public event EventHandler<EventArgs> Clicked

Event Type

EventHandler<EventArgs>