Class ComponentDesigner
Default IComponentDesigner implementation.
public class ComponentDesigner : IComponentDesigner
- Inheritance
-
ComponentDesigner
- Implements
Properties
- Default
Gets or sets default IComponentDesigner.
- SafeDefault
Gets default IComponentDesigner. Initializes Default property if it is not already assigned.
Methods
- InitDefault()
Initializes Default if it wasn't assigned previously.
- RaiseGotFocus(object)
Notifiers designer when control got focus.
- RaisePropertyChanged(object?, string?)
Notifies designer about property change.
Events
- ControlGotFocus
Occurs when the control receives focus.
- ControlParentChanged
Occurs when the control's parent was changed.
- MouseLeftButtonDown
Occurs when the left mouse button was pressed on the control
- PropertyChanged
Occurs when the property value changes.