CalendarAppearances Members
In This Article
#Constructors
Name | Description |
---|---|
Calendar |
Initializes a new instance of the Calendar |
#Properties
Name | Description |
---|---|
Button | Specifies the Today, Clear, Ok, and Cancel button appearance settings in the normal state. |
Button |
Specifies the Today, Clear, Ok, and Cancel button appearance settings when the mouse pointer hovers over them. |
Button |
Specifies the Today, Clear, Ok, and Cancel button appearance settings when they are pressed. |
Calendar |
Specifies the appearance of month headers if the calendar displays multiple months. |
Day |
Specifies the appearance of day cells in the normal state. |
Day |
Specifies the appearance of day cells in the disabled state. |
Day |
Specifies the appearance of day cells when the mouse pointer hovers over them. |
Day |
Specifies the appearance of holiday cells. |
Day |
Specifies the appearance of day cells that do not belong to the current month. |
Day |
Specifies the appearance of day cells in the pressed state. |
Day |
Specifies the appearance of selected day cells. |
Day |
Specifies the appearance of “special” day cells in the normal state. |
Day |
Specifies the appearance of “special” day cells in the disabled state. |
Day |
Specifies the appearance of “special” day cells when the mouse pointer hovers over them. |
Day |
Specifies the appearance of “special” day cells that do not belong to the current month. |
Day |
Specifies the appearance of “special” day cells in the pressed state. |
Day |
Specifies the appearance of selected “special” day cells. |
Day |
Specifies the “today” cell’s appearance settings. |
Header |
Specifies the header appearance settings in the normal state. Use Show |
Header |
Specifies the header appearance settings when the mouse pointer hovers over it. These settings do not combine with settings in the normal state. |
Header |
Specifies the header appearance settings when it is pressed. These settings do not combine with settings in the normal state. |
Is |
Gets whether the current object has been disposed of.
Inherited from Base |
Is |
Gets whether the owner control is being initialized. |
Owner | Gets the owner control. |
Week |
Specifies the week day abbreviation appearance settings. |
Week |
Specifies the week number appearance settings. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the object passed as the parameter.
Inherited from Base |
Assign |
Copies the settings from the object passed as the parameter without raising the Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Combine |
Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object.
Inherited from Base |
Combine |
Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object.
Inherited from Base |
Dispose() |
Releases all the resources used by the current object.
Inherited from Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets an appearance object contained within the collection by its name.
Inherited from Base |
Get |
Returns an IDictionary |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets the properties of all the appearance objects within the collection to their default values.
Inherited from Base |
Restore |
Restores the appearance settings stored at the specified system registry path.
Inherited from Base |
Restore |
Restores the appearance settings from the specified stream.
Inherited from Base |
Restore |
Loads the appearance settings stored in the specified XML file.
Inherited from Base |
Save |
Saves the appearance settings to a system registry path.
Inherited from Base |
Save |
Saves the appearance settings to a specific stream.
Inherited from Base |
Save |
Saves the appearance settings to a specific XML file.
Inherited from Base |
Should |
Tests whether the Base |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates the right-to-left text direction option.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Fires when the collection is changed.
Inherited from Base |
Paint |
Occurs when specific settings that control the text appearance are changed.
Inherited from Base |
Size |
Occurs when specific settings that control text size are changed.
Inherited from Base |
See Also