Class ControlStatePaintActions
Specifies a set of PaintEventHandler for different control states.
public class ControlStatePaintActions : ControlStateObjects<PaintEventHandler>, IBaseObjectWithAttr, IBaseObjectWithId, INotifyPropertyChanged, IImmutableObject, IDisposableObject, IDisposable, IBaseObject
- Inheritance
-
ControlStatePaintActions
- Implements
Fields
- Empty
Gets ControlStatePaintActions with empty state images.
Methods
- Clone()
Creates clone of this object.
- SetAsPushButton()
Sets background paint actions to draw push button background. DrawDefaultBackground(PaintEventArgs, DrawDefaultBackgroundFlags) uses this information when it paints background of the control.