Click or drag to resize

FormShadeScroll Class

Attempts to draw dark boxes over a control's scrollbars
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              Advanced_Combat_TrackerFormShadeScroll

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public class FormShadeScroll : Form

The FormShadeScroll type exposes the following members.

Constructors
 NameDescription
Public methodFormShadeScroll Attempts to draw dark boxes over a control's scrollbars
Top
Properties
 NameDescription
Public propertyOverlayColor The solid color of the overlay, usually black
Public propertyOverlayOpacity 
Top
Methods
 NameDescription
Protected methodDispose Clean up any resources being used.
(Overrides FormDispose(Boolean))
Public methodSetClickThrough 
Top
See Also