MComponent
Home
classes
MComponent
About
Handles life-cyle of the component.
Class content
| Assembly |
Minimal.dll |
| Namespace |
Minimal.Components.Core |
| Inheritance |
- |
| Attributes |
- |
| Implements |
- |
Constructors
| Name |
Description |
|
| MComponent() |
Initializes a new instance of the MComponent class. |
|
Properties
| Name |
Description |
Type |
| Accent |
Accent is main visible color of the component. |
Color |
| SourceTheme |
Theme used for the final component rendering. |
Theme |
| CustomTheme |
Custom theme of the component. |
Theme |
| Outdated |
If true, components receives updates. |
bool |
| ParentForm |
Parent form of the component. |
Form |
Fields
| Name |
Description |
Type |
| - |
- |
- |
Events
| Name |
Description |
Type |
| ComponentUpdate |
Invoked at update stage of the components life-cycle. |
EventHandler |
| InputTypeChanged |
Invoked when M.InputType property is changed. |
EventHandler<InputTypeChangedEventArgs> |
| ThemeChanged |
Invoked when theme of compoennt is changed. |
EventHandler<ThemeChangedEventArgs> |
Methods
| Name |
Description |
Returns |
| - |
- |
- |