HypernovaDesktop Components · docs
Binarymission
WinFormsScroll Bars › HorizontalScrollBarControlDesigner

HorizontalScrollBarControlDesigner

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

Design-time support for the horizontal scroll bar. It constrains the selection handles to the directions the control can actually be resized in.

public sealed class HorizontalScrollBarControlDesigner : 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.