New to Telerik UI for WinFormsStart a free 30-day trial

Defines base for all services registered with a RadDock instance.

Definition

Constructors

Initializes a new RadDockService instance.

C#
public RadDockService()

Properties

Gets the RadDock instance this service is registered with.

C#
public RadDock DockManager { get; }

Determines whether the associated RadDock instance (if any) is in design mode.

C#
protected bool DockManagerDesignMode { get; }

Determines whether the Service is enabled (may be started). If the Service is working and its is disabled, it will end its current operation.

C#
public bool Enabled { get; set; }

Methods

Determines whether the service is operational and may perform actions.

C#
public virtual bool CanOperate()
Returns:

bool

The service gets notified that its current dock manager has changed.

C#
protected virtual void OnDockManagerChanged()

Notifies for a change in the Enabled state.

C#
protected virtual void OnEnabledChanged()