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
- BooleanAnimationUsingKeyFrames.cs
- AssemblyResolver.cs
- UIElement3DAutomationPeer.cs
- PropertyGridEditorPart.cs
- X509SubjectKeyIdentifierClause.cs
- CatalogPart.cs
- SequentialActivityDesigner.cs
- SerializationFieldInfo.cs
- ExceptionUtil.cs
- Blend.cs
- EndPoint.cs
- KeyInfo.cs
- OleDbRowUpdatedEvent.cs
- LinkLabelLinkClickedEvent.cs
- MethodRental.cs
- CalculatedColumn.cs
- IResourceProvider.cs
- BinaryMethodMessage.cs
- SubpageParagraph.cs
- ReaderOutput.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Slider.cs
- ActionNotSupportedException.cs
- xamlnodes.cs
- arabicshape.cs
- ToolStripDesignerAvailabilityAttribute.cs
- CqlParserHelpers.cs
- OdbcEnvironmentHandle.cs
- CqlQuery.cs
- ConfigDefinitionUpdates.cs
- messageonlyhwndwrapper.cs
- AmbientProperties.cs
- BookmarkEventArgs.cs
- SubstitutionList.cs
- DataKeyArray.cs
- NotificationContext.cs
- FontDifferentiator.cs
- CodeDirectionExpression.cs
- DoubleLinkListEnumerator.cs
- DesignerVerb.cs
- SQLBytes.cs
- WizardPanel.cs
- Rotation3DAnimationBase.cs
- ProcessModuleCollection.cs
- XmlUrlResolver.cs
- BridgeDataRecord.cs
- BindingMAnagerBase.cs
- ConfigurationStrings.cs
- InputLanguageCollection.cs
- SymbolType.cs
- InfiniteTimeSpanConverter.cs
- ContactManager.cs
- MsmqOutputChannel.cs
- UseAttributeSetsAction.cs
- FixedSOMGroup.cs
- XmlRawWriterWrapper.cs
- XmlAnyElementAttributes.cs
- TextBox.cs
- ExtensionQuery.cs
- OptimalBreakSession.cs
- HwndSourceKeyboardInputSite.cs
- ProxyHelper.cs
- ProtocolsConfigurationEntry.cs
- StaticExtension.cs
- ValidationRule.cs
- SqlMethodTransformer.cs
- BamlWriter.cs
- AliasGenerator.cs
- AnimatedTypeHelpers.cs
- ComponentGuaranteesAttribute.cs
- BStrWrapper.cs
- ComplexType.cs
- SqlUDTStorage.cs
- ResourcePermissionBase.cs
- GlyphingCache.cs
- CssClassPropertyAttribute.cs
- ComPlusInstanceContextInitializer.cs
- StringHandle.cs
- ValueOfAction.cs
- ValidatorCollection.cs
- UserInitiatedNavigationPermission.cs
- DataGridViewButtonCell.cs
- Root.cs
- MenuItem.cs
- ZoneLinkButton.cs
- ValuePattern.cs
- ValidatedMobileControlConverter.cs
- ReferencedType.cs
- OracleInternalConnection.cs
- SchemaTypeEmitter.cs
- Preprocessor.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- UpdateExpressionVisitor.cs
- RSAOAEPKeyExchangeFormatter.cs
- ComponentTray.cs
- SrgsElementFactoryCompiler.cs
- SecurityAccessDeniedException.cs
- SqlNodeTypeOperators.cs
- AxHost.cs
- WithParamAction.cs