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
- DataGridItem.cs
- LinkDescriptor.cs
- ResourceAttributes.cs
- ScrollBarRenderer.cs
- ContentDisposition.cs
- SharedPersonalizationStateInfo.cs
- UnsafeNativeMethods.cs
- PostBackTrigger.cs
- ToolboxItemFilterAttribute.cs
- TdsParserSessionPool.cs
- InertiaTranslationBehavior.cs
- MetaType.cs
- Span.cs
- DataGridViewDesigner.cs
- WebPartsSection.cs
- LogExtent.cs
- SafePointer.cs
- ConnectionManagementElement.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- EventPrivateKey.cs
- XmlRawWriter.cs
- WebPartZone.cs
- SQLInt32.cs
- Run.cs
- StreamInfo.cs
- FormViewInsertEventArgs.cs
- SID.cs
- AssociatedControlConverter.cs
- Win32Exception.cs
- TreeViewImageIndexConverter.cs
- DataBindingHandlerAttribute.cs
- TextInfo.cs
- SQLBinaryStorage.cs
- XmlJsonReader.cs
- EditorServiceContext.cs
- SqlParameter.cs
- ExtensionQuery.cs
- ChtmlCommandAdapter.cs
- Gdiplus.cs
- DbConnectionStringCommon.cs
- SystemColors.cs
- GenericTextProperties.cs
- IndividualDeviceConfig.cs
- Itemizer.cs
- Border.cs
- PKCS1MaskGenerationMethod.cs
- ValidatorUtils.cs
- ImageClickEventArgs.cs
- FileDialogCustomPlacesCollection.cs
- UseManagedPresentationBindingElementImporter.cs
- LicenseManager.cs
- uribuilder.cs
- WorkflowEventArgs.cs
- KeyValueSerializer.cs
- SqlClientFactory.cs
- WrappedIUnknown.cs
- DbCommandDefinition.cs
- AuthenticationService.cs
- DataGridSortCommandEventArgs.cs
- ClientUrlResolverWrapper.cs
- EntityDataSourceWizardForm.cs
- cache.cs
- ConfigsHelper.cs
- WinCategoryAttribute.cs
- OrderPreservingSpoolingTask.cs
- _OverlappedAsyncResult.cs
- InfoCardTrace.cs
- COM2IPerPropertyBrowsingHandler.cs
- PropagatorResult.cs
- IFlowDocumentViewer.cs
- XamlFilter.cs
- SqlMethods.cs
- UniqueContractNameValidationBehavior.cs
- SqlBooleanizer.cs
- DateTimeConstantAttribute.cs
- ExpressionBindings.cs
- BaseDataList.cs
- PaintEvent.cs
- Page.cs
- RichTextBoxConstants.cs
- TemplatePropertyEntry.cs
- EventDescriptor.cs
- CreateParams.cs
- MissingSatelliteAssemblyException.cs
- StringResourceManager.cs
- XmlSerializerNamespaces.cs
- X509CertificateChain.cs
- SortedList.cs
- SQLInt32Storage.cs
- updateconfighost.cs
- ForeignConstraint.cs
- TimelineGroup.cs
- InputGestureCollection.cs
- WebPartVerbCollection.cs
- GACMembershipCondition.cs
- OleDbSchemaGuid.cs
- VectorAnimationBase.cs
- XmlSchemaSimpleContentExtension.cs
- StringInfo.cs
- HighlightVisual.cs