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
-
PmpControl<T>PmpTextBase<T>
- Implements
- Derived
- Inherited Members
Constructors
PmpTextBase(swPropertyManagerPageControlType_e, string, string)
default constructor
public PmpTextBase(swPropertyManagerPageControlType_e type, string caption = "", string tip = "")
Parameters
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
TextColor
Gets or sets color of the text of a label on a PropertyManager page.
public Color TextColor { get; set; }