Click or drag to resize

FontColorControl Class

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

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

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

The FontColorControl type exposes the following members.

Constructors
  NameDescription
Public methodFontColorControl
Initializes a new instance of the FontColorControl class
Top
Properties
  NameDescription
Public propertyBackColorSetting
Public propertyFontChangable
Public propertyFontSetting
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 eventBackColorSettingChanged
When the forecolor setting that is being stored has changed
Public eventFontSettingChanged
When the font setting that is being stored has changed
Public eventForeColorSettingChanged
When the forecolor setting that is being stored has changed
Top
See Also