Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / DateBoldEvent.cs / 1 / DateBoldEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.ComponentModel;
using System.Windows.Forms;
using System.Drawing;
using Microsoft.Win32;
///
///
///
/// The month calendar control fires this event to request information
/// about how the days within the visible months should be displayed.
///
//
//
public class DateBoldEventArgs : EventArgs {
readonly DateTime startDate; //the starting date
readonly int size; // requested length of array
int[] daysToBold = null;
internal DateBoldEventArgs(DateTime start, int size) {
startDate = start;
this.size = size;
}
///
///
/// [To be supplied.]
///
public DateTime StartDate {
get { return startDate; }
}
///
///
/// [To be supplied.]
///
public int Size {
get { return size; }
}
///
///
/// [To be supplied.]
///
public int[] DaysToBold {
get { return daysToBold; }
set { daysToBold = value; }
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ColorConvertedBitmapExtension.cs
- XsdBuildProvider.cs
- GridViewItemAutomationPeer.cs
- BuildManager.cs
- ConnectorMovedEventArgs.cs
- DockAndAnchorLayout.cs
- CultureInfo.cs
- ComponentChangedEvent.cs
- GifBitmapDecoder.cs
- ToolStripHighContrastRenderer.cs
- ListDictionary.cs
- Graphics.cs
- XPathAncestorIterator.cs
- ToolStripPanelRow.cs
- CngKey.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- CompletionProxy.cs
- SizeChangedInfo.cs
- ManipulationStartedEventArgs.cs
- StorageConditionPropertyMapping.cs
- AppModelKnownContentFactory.cs
- MultipleCopiesCollection.cs
- EntityDataSourceChangedEventArgs.cs
- Message.cs
- CanExpandCollapseAllConverter.cs
- GeneralTransform.cs
- DbDataReader.cs
- TimeZone.cs
- TableLayoutStyleCollection.cs
- WebPartDeleteVerb.cs
- CharUnicodeInfo.cs
- SecondaryIndexList.cs
- AddInStore.cs
- AppDomainFactory.cs
- XmlSchemaSimpleType.cs
- FileVersionInfo.cs
- TranslateTransform.cs
- SQLString.cs
- ChannelManager.cs
- FileRegion.cs
- xamlnodes.cs
- WebPartConnectionsEventArgs.cs
- AccessDataSourceWizardForm.cs
- XmlBoundElement.cs
- Cursor.cs
- EnumMemberAttribute.cs
- TemplateBindingExtensionConverter.cs
- AccessViolationException.cs
- UIElementAutomationPeer.cs
- WebServiceClientProxyGenerator.cs
- HttpWriter.cs
- AuthStoreRoleProvider.cs
- FilteredSchemaElementLookUpTable.cs
- XmlExtensionFunction.cs
- XsltContext.cs
- ComplexPropertyEntry.cs
- Parameter.cs
- COM2ExtendedTypeConverter.cs
- SByteStorage.cs
- RTLAwareMessageBox.cs
- NonceCache.cs
- Rotation3DAnimation.cs
- odbcmetadatafactory.cs
- EUCJPEncoding.cs
- TextTreeInsertElementUndoUnit.cs
- AbandonedMutexException.cs
- PkcsMisc.cs
- LoadGrammarCompletedEventArgs.cs
- ConfigXmlWhitespace.cs
- ParameterCollectionEditor.cs
- UIElementParagraph.cs
- GPPOINTF.cs
- WebBrowserNavigatedEventHandler.cs
- SystemPens.cs
- ResourceCategoryAttribute.cs
- DataFieldConverter.cs
- OracleParameter.cs
- EvidenceTypeDescriptor.cs
- UrlPropertyAttribute.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- DiagnosticTraceSource.cs
- ProbeMatchesMessageCD1.cs
- ExpressionBuilder.cs
- SystemUdpStatistics.cs
- XmlDataContract.cs
- SoapExtensionStream.cs
- CellParaClient.cs
- SmtpFailedRecipientException.cs
- Binding.cs
- DefaultValueConverter.cs
- InkCanvasInnerCanvas.cs
- ConnectorDragDropGlyph.cs
- XmlSchemaDatatype.cs
- BasePropertyDescriptor.cs
- TreeBuilder.cs
- NegotiateStream.cs
- GeometryHitTestParameters.cs
- MSAANativeProvider.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- PropertyMetadata.cs