Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- XmlCDATASection.cs
- DragDrop.cs
- PasswordTextContainer.cs
- UserPreferenceChangedEventArgs.cs
- ResourcePool.cs
- ColorPalette.cs
- ViewPort3D.cs
- AppModelKnownContentFactory.cs
- DataGridDetailsPresenter.cs
- PlaceHolder.cs
- HMACSHA384.cs
- MessageQueuePermissionEntryCollection.cs
- CFGGrammar.cs
- ContentValidator.cs
- shaper.cs
- SafeFileHandle.cs
- SoapClientProtocol.cs
- DataServiceHostFactory.cs
- SqlError.cs
- FixedBufferAttribute.cs
- XmlBinaryReader.cs
- QueryFunctions.cs
- DataGridViewTopRowAccessibleObject.cs
- BitmapEffectOutputConnector.cs
- Assign.cs
- DbUpdateCommandTree.cs
- GridViewColumnHeader.cs
- XsdBuilder.cs
- FirstMatchCodeGroup.cs
- ConnectionConsumerAttribute.cs
- AppSettingsReader.cs
- QueryOptionExpression.cs
- ContextMenu.cs
- WebPageTraceListener.cs
- EditorPart.cs
- BoundsDrawingContextWalker.cs
- PasswordTextContainer.cs
- DefaultDiscoveryService.cs
- BaseProcessor.cs
- CodeDirectionExpression.cs
- MatrixAnimationBase.cs
- JavaScriptObjectDeserializer.cs
- XamlStyleSerializer.cs
- OdbcStatementHandle.cs
- NetMsmqSecurityMode.cs
- XsdCachingReader.cs
- UnsafeNativeMethods.cs
- PersonalizationDictionary.cs
- SerializerProvider.cs
- HttpModulesInstallComponent.cs
- MissingFieldException.cs
- TemplateField.cs
- InfoCardMasterKey.cs
- BaseAddressElementCollection.cs
- RolePrincipal.cs
- ProviderSettings.cs
- NetDataContractSerializer.cs
- ResourceProperty.cs
- DocumentReference.cs
- GrammarBuilderBase.cs
- ActivityXamlServices.cs
- Type.cs
- InvalidateEvent.cs
- FixedSOMContainer.cs
- TextTreeUndoUnit.cs
- FirstMatchCodeGroup.cs
- COAUTHIDENTITY.cs
- DrawingCollection.cs
- XmlNullResolver.cs
- ComplexLine.cs
- ScrollChrome.cs
- TimeoutTimer.cs
- SettingsPropertyWrongTypeException.cs
- BaseInfoTable.cs
- ImageBrush.cs
- CreateUserWizard.cs
- WebReferencesBuildProvider.cs
- XmlTypeAttribute.cs
- MetadataCollection.cs
- SecondaryViewProvider.cs
- ExpressionLink.cs
- TraceHandlerErrorFormatter.cs
- Helper.cs
- RadialGradientBrush.cs
- QilDataSource.cs
- WCFServiceClientProxyGenerator.cs
- ViewGenerator.cs
- ProcessInputEventArgs.cs
- LazyTextWriterCreator.cs
- SerialReceived.cs
- ManagementNamedValueCollection.cs
- RecordManager.cs
- MessagePartDescriptionCollection.cs
- ResourceAssociationSet.cs
- Slider.cs
- OracleRowUpdatedEventArgs.cs
- DataSourceXmlElementAttribute.cs
- InfoCardBaseException.cs
- SQLSingleStorage.cs
- WebResourceAttribute.cs