Class ScrollBarCustomDrawDesigner
Design time helper class. Do not allow resizing of scrollers when set KeepSystmeMetrics property to TRUE value.
Inheritance
System.Object
ScrollBarCustomDrawDesigner
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ScrollBarCustomDrawDesigner : ParentControlDesigner
Constructors
ScrollBarCustomDrawDesigner()
Declaration
public ScrollBarCustomDrawDesigner()
Properties
Control
Typed version of control reference extracting.
Declaration
protected ScrollBarCustomDraw Control { get; }
Property Value
Type |
---|
ScrollBarCustomDraw |
SelectionRules
Override selection rule only in case of KeepSystemMetrics value set to True.
Declaration
public override SelectionRules SelectionRules { get; }
Property Value
Type |
---|
System.Windows.Forms.Design.SelectionRules |