Class PolarToolsComponent
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
The template for PolarToolsComponents
public abstract class PolarToolsComponent
- Inheritance
-
PolarToolsComponent
- Derived
- Inherited Members
- Extension Methods
Fields
Enabled
Gets/sets if this component is enabled. Can be set to false in a session.
public bool Enabled
Field Value
Properties
Caption
Gets/sets the caption of the component.
public abstract string Caption { get; set; }
Property Value
Name
Returns the name.
public abstract string Name { get; }