Click or drag to resize

FormShadeScroll Constructor

Attempts to draw dark boxes over a control's scrollbars

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax
C#
public FormShadeScroll(
	Control OverlaidControl,
	TabControl[] TabControls,
	int[] TabIndexes,
	Color OverlayColor,
	double OverlayOpacity
)

Parameters

OverlaidControl
Type: System.Windows.FormsControl
The control to hover over
TabControls
Type: System.Windows.FormsTabControl
If the control is part of a TabPage or nested TabControls, add all of the parent TabControls here
TabIndexes
Type: SystemInt32
If the control is part of a TabPage or nested TabControls, add all of the tab indexes here for when the control will be visible
OverlayColor
Type: System.DrawingColor
The solid color of the overlay, usually black
OverlayOpacity
Type: SystemDouble
How opaque the overlay will be. 0.75 = 75%
See Also