DayCellEventArgs Constructor
|
Initializes a new instance of the DayCellEventArgs class. |
BackColor | The background color of the day cell. |
Font | The font used by the Text. |
ForeColor | The color used by the Text in the day cell. |
Image | The image in the day cell. |
ImageAlignment | The alignment of a Image in the days cell. |
ImageAutoResize | Indicates whether the Image should be resized/stretched to the size of the day cell. |
ImageAutoTransparent | Indicates whether pick ImageTransparentColor from first pixel in the Image, usually belonging to its border. |
ImageTransparentColor | The color in Image which will be transparent. |
Text | The text to be shown in the day cell. |
TextAlignment | The alignment of the Text in the day cell. |
Day | The day of the cell being drawn |
Inactive | Indicates whether the day is inactive. |
Selected | Indicates whether the cell is selected. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DayCellEventArgs Class | Resco.Controls.OutlookControls Namespace