Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } ////// /// 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; } ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlUTF8TextReader.cs
- PenLineCapValidation.cs
- ChangeNode.cs
- ChildrenQuery.cs
- KeyedHashAlgorithm.cs
- MsmqIntegrationElement.cs
- Deflater.cs
- MetadataItem.cs
- PreservationFileWriter.cs
- Evidence.cs
- XomlCompilerError.cs
- SmiSettersStream.cs
- TypeExtensions.cs
- Tool.cs
- FunctionOverloadResolver.cs
- LambdaExpression.cs
- SafeMILHandle.cs
- RemoteCryptoDecryptRequest.cs
- MediaPlayer.cs
- SelectionHighlightInfo.cs
- DataGridViewRowEventArgs.cs
- StylusPlugInCollection.cs
- HostedTransportConfigurationBase.cs
- FileDialog_Vista_Interop.cs
- WorkflowViewStateService.cs
- XmlWriter.cs
- DeferredSelectedIndexReference.cs
- DrawingServices.cs
- oledbmetadatacolumnnames.cs
- TextServicesCompartmentContext.cs
- PopupEventArgs.cs
- DefaultIfEmptyQueryOperator.cs
- ScrollPattern.cs
- XPathPatternParser.cs
- ObjectDataSourceDisposingEventArgs.cs
- ToolStripItemBehavior.cs
- Transform3DGroup.cs
- Internal.cs
- SID.cs
- ScriptResourceAttribute.cs
- LocalizationCodeDomSerializer.cs
- XMLDiffLoader.cs
- ConfigurationPropertyAttribute.cs
- CustomDictionarySources.cs
- DataTrigger.cs
- storepermissionattribute.cs
- ResourceSet.cs
- ObjectListField.cs
- ControlValuePropertyAttribute.cs
- DataSourceCache.cs
- Point4D.cs
- Brush.cs
- RelatedCurrencyManager.cs
- ToolStripProgressBar.cs
- DeobfuscatingStream.cs
- WebPartAuthorizationEventArgs.cs
- ApplicationHost.cs
- Section.cs
- CommonObjectSecurity.cs
- CodeDomDesignerLoader.cs
- SingleAnimationBase.cs
- HMACRIPEMD160.cs
- ClassDataContract.cs
- HttpValueCollection.cs
- CodeDefaultValueExpression.cs
- WebEvents.cs
- RotationValidation.cs
- EdmEntityTypeAttribute.cs
- XmlWriterTraceListener.cs
- SHA1.cs
- GeneralTransform2DTo3DTo2D.cs
- LineMetrics.cs
- HotSpotCollection.cs
- SmtpFailedRecipientsException.cs
- InputBuffer.cs
- OlePropertyStructs.cs
- TypeBrowser.xaml.cs
- InstanceCompleteException.cs
- JsonObjectDataContract.cs
- SmtpClient.cs
- _AuthenticationState.cs
- KeyFrames.cs
- SafeRightsManagementPubHandle.cs
- SqlInternalConnection.cs
- Stroke.cs
- EvidenceTypeDescriptor.cs
- SourceElementsCollection.cs
- AspNetPartialTrustHelpers.cs
- AggregateNode.cs
- SystemWebSectionGroup.cs
- SchemaElement.cs
- WinFormsSpinner.cs
- FillBehavior.cs
- XmlSchemaInfo.cs
- XmlWriterSettings.cs
- EventData.cs
- PerfProviderCollection.cs
- MailMessageEventArgs.cs
- ParseNumbers.cs
- ReservationCollection.cs