WinForms › Scroll Bars › VerticalScrollBarControlDesigner
VerticalScrollBarControlDesigner
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ScrollBars.Designers
Design-time support for the vertical scroll bar. It constrains the selection handles to the directions the control can actually be resized in.
public sealed class VerticalScrollBarControlDesigner : ParentControlDesigner
Inherits from / implements: ParentControlDesigner
Members at a glance
SelectionRules | Gets the directions the designer allows this control to be resized in. |
Initialize | Attaches this designer to the control instance it is designing. |
WndProc | Processes 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.