Wimark.Controls Class Library  

DrawDateEventArgs Members

DrawDateEventArgs overview

Public Constructors

public constructorDrawDateEventArgs Constructor

Public Properties

public propertyBackColor (inherited from DrawItemEventArgs) Gets the background color of the item that is being drawn.
public propertyBounds (inherited from DrawItemEventArgs) Gets the rectangle that represents the bounds of the item that is being drawn.
public propertyDate Gets the DateTime object.
public propertyFont (inherited from DrawItemEventArgs) Gets the font assigned to the item being drawn.
public propertyForeColor (inherited from DrawItemEventArgs) Gets the foreground color of the of the item being drawn.
public propertyGraphics (inherited from DrawItemEventArgs) Gets the graphics surface to draw the item on.
public propertyIndex (inherited from DrawItemEventArgs) Gets the index value of the item that is being drawn.
public propertyRegionType Gets the type of the date region.
public propertyState (inherited from DrawItemEventArgs) Gets the state of the item being drawn.

Public Methods

public methodDrawBackground (inherited from DrawItemEventArgs) Draws the background within the bounds specified in the DrawItemEventArgs constructor and with the appropriate color.
public methodDrawFocusRectangle (inherited from DrawItemEventArgs) Draws a focus rectangle within the bounds specified in the DrawItemEventArgs constructor.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DrawDateEventArgs Class | Wimark.Controls Namespace