Table of Contents

Class ComponentDesigner

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

RaiseCreated(object)
RaiseDisposed(object)
RaiseGotFocus(object)

Notifiers designer when control got focus.

RaiseMouseLeftButtonDown(object, MouseEventArgs)
RaiseParentChanged(object)
RaisePropertyChanged(object?, string?)

Notifies designer about property change.

Events

ControlCreated
ControlDisposed
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.