Click or drag to resize

ColorControl Class

[Missing <summary> documentation for "T:Advanced_Combat_Tracker.ColorControl"]

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Advanced_Combat_TrackerColorControl

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

The ColorControl type exposes the following members.

Constructors
 NameDescription
Public methodColorControlInitializes a new instance of the ColorControl class
Top
Properties
 NameDescription
Public propertyForeColorSetting 
Public propertyText
(Overrides UserControl.Text)
Top
Methods
 NameDescription
Protected methodDispose Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean))
Top
Events
 NameDescription
Public eventForeColorSettingChanged When the forecolor setting that is being stored has changed
Top
See Also