Table of Contents

Class PmpTextBase<T>

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

a base class for text based controls in a property manager page

public class PmpTextBase<T> : PmpControl<T>, IWrapSolidworksObject<T>, IReleaseSolidworksObject

Type Parameters

T
Inheritance
PmpTextBase<T>
Implements
Derived
Inherited Members

Constructors

PmpTextBase(swPropertyManagerPageControlType_e, string, string)

default constructor

public PmpTextBase(swPropertyManagerPageControlType_e type, string caption = "", string tip = "")

Parameters

type swPropertyManagerPageControlType_e
caption string
tip string

Properties

BackGroundColor

Gets or sets the background color of an edit box or label on the PropertyManager page.

public Color BackGroundColor { get; set; }

Property Value

Color

Color value for the color of an edit box, a list box, or a label on the PropertyManager page

TextColor

Gets or sets color of the text of a label on a PropertyManager page.

public Color TextColor { get; set; }

Property Value

Color

Color color value for the text in a PropertyManager page