HypernovaDesktop Components · docs
Binarymission
WinFormsScrollable Picture › ScrollablePictureControlDesigner

ScrollablePictureControlDesigner

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Containers.Scrollers.Designers

Design-time support for the scrollable picture control, tracking selection and component changes so the designer surface stays in step with the control.

public sealed class ScrollablePictureControlDesigner : ParentControlDesigner

Inherits from / implements: ParentControlDesigner

Members at a glance

SelectionRulesGets the directions the designer allows this control to be resized in.
InitializeAttaches this designer to the control instance it is designing.
WndProcProcesses the Windows messages that reach the control being designed, so the designer can act on them first.

Properties

SelectionRules

public override SelectionRules SelectionRules

Gets the directions the designer allows this control to be resized in.

Methods

Initialize

public override void Initialize(IComponent component)

Attaches this designer to the control instance it is designing.

WndProc

protected override void WndProc(ref Message message)

Processes the Windows messages that reach the control being designed, so the designer can act on them first.