Gets or sets the brush used to fill the elements of the horizontal scroll bar when the mouse pointer hovers over them.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Brush HScrollBarFillBrushOver { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HScrollBarFillBrushOver As Brush |
An instance of the Brush class. To reset this property, set it to null (Nothing in Visual Basic).
See Also