FormShadeScroll Constructor |
Attempts to draw dark boxes over a control's scrollbars
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntaxpublic FormShadeScroll(
Control OverlaidControl,
TabControl[] TabControls,
int[] TabIndexes,
Color OverlayColor,
double OverlayOpacity
)
Parameters
- OverlaidControl Control
- The control to hover over
- TabControls TabControl
- If the control is part of a TabPage or nested TabControls, add all of the parent TabControls here
- TabIndexes Int32
- 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 Color
- The solid color of the overlay, usually black
- OverlayOpacity Double
- How opaque the overlay will be. 0.75 = 75%
See Also