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
- BitmapMetadata.cs
- DecimalConstantAttribute.cs
- CompositeActivityValidator.cs
- FamilyCollection.cs
- ItemChangedEventArgs.cs
- commandenforcer.cs
- KeySpline.cs
- AdornerPresentationContext.cs
- StyleCollectionEditor.cs
- WebServiceParameterData.cs
- XPathSelfQuery.cs
- ClientScriptManager.cs
- XPathAncestorIterator.cs
- DataContractJsonSerializer.cs
- WebColorConverter.cs
- UserPreferenceChangedEventArgs.cs
- ServiceDesigner.cs
- MsiStyleLogWriter.cs
- BitmapCacheBrush.cs
- ProcessModelSection.cs
- ExceptionUtil.cs
- wmiprovider.cs
- HttpPostClientProtocol.cs
- DynamicEndpointElement.cs
- MailSettingsSection.cs
- ContextMarshalException.cs
- CodeBinaryOperatorExpression.cs
- TextTreeTextElementNode.cs
- DCSafeHandle.cs
- ScaleTransform3D.cs
- SoapElementAttribute.cs
- EngineSiteSapi.cs
- MethodCallConverter.cs
- DbCommandDefinition.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- DateBoldEvent.cs
- TdsEnums.cs
- CryptoProvider.cs
- ControlAdapter.cs
- controlskin.cs
- ControlOperationInvoker.cs
- FormatException.cs
- Maps.cs
- Privilege.cs
- ExtensionSimplifierMarkupObject.cs
- ParameterCollection.cs
- SiteMapPath.cs
- X500Name.cs
- SoapAttributeAttribute.cs
- PopupControlService.cs
- MeasurementDCInfo.cs
- FixedPosition.cs
- PersonalizationProvider.cs
- HatchBrush.cs
- MLangCodePageEncoding.cs
- HttpModuleActionCollection.cs
- RSAOAEPKeyExchangeFormatter.cs
- EmptyStringExpandableObjectConverter.cs
- ClientScriptManager.cs
- Storyboard.cs
- ComponentEditorForm.cs
- CollectionViewSource.cs
- DPTypeDescriptorContext.cs
- ObjectToken.cs
- FrameDimension.cs
- BitmapMetadataEnumerator.cs
- ListChunk.cs
- ListViewContainer.cs
- CommandID.cs
- BasicSecurityProfileVersion.cs
- XmlHelper.cs
- LockCookie.cs
- ObjectListCommandsPage.cs
- TransformCollection.cs
- ConstrainedDataObject.cs
- PageCodeDomTreeGenerator.cs
- TextContainerHelper.cs
- BitmapEffectState.cs
- ChtmlTextBoxAdapter.cs
- FacetValues.cs
- TableLayoutCellPaintEventArgs.cs
- HwndKeyboardInputProvider.cs
- SafeFileMappingHandle.cs
- ObjectContextServiceProvider.cs
- externdll.cs
- StandardCommands.cs
- DbModificationClause.cs
- ScrollContentPresenter.cs
- RuntimeHandles.cs
- AnnotationHighlightLayer.cs
- DesignTimeData.cs
- ListBindingHelper.cs
- IntegerCollectionEditor.cs
- EraserBehavior.cs
- BaseAddressPrefixFilterElement.cs
- WbmpConverter.cs
- StrokeNodeData.cs
- InstalledVoice.cs
- EmptyControlCollection.cs
- SHA1CryptoServiceProvider.cs