Class ComponentDesigner
Default IComponentDesigner implementation.
public class ComponentDesigner : DisposableObject, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IDisposableObject, IDisposable, IBaseObject, 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, GotFocusEventArgs)
- 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 
- ObjectPropertyChanged
- Occurs when the property value changes.