Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / DateBoldEvent.cs / 1305376 / 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
- HtmlMeta.cs
- Quaternion.cs
- BuildResult.cs
- TablePattern.cs
- dbdatarecord.cs
- HtmlElementErrorEventArgs.cs
- DataFormats.cs
- RangeValuePattern.cs
- GridViewPageEventArgs.cs
- MDIClient.cs
- XamlInt32CollectionSerializer.cs
- EntityDesignerUtils.cs
- MethodSet.cs
- TemplatePartAttribute.cs
- WindowHideOrCloseTracker.cs
- HtmlMeta.cs
- Literal.cs
- XmlSchemaIdentityConstraint.cs
- XmlDeclaration.cs
- FileCodeGroup.cs
- QueryRelOp.cs
- EncryptedReference.cs
- WindowCollection.cs
- CodeEntryPointMethod.cs
- StringValidatorAttribute.cs
- ListControlConvertEventArgs.cs
- ClientCredentials.cs
- DataGridViewRowStateChangedEventArgs.cs
- WindowsGraphics2.cs
- HtmlInputImage.cs
- RtfToXamlReader.cs
- DBConcurrencyException.cs
- TraceSection.cs
- DefinitionUpdate.cs
- DesignerHierarchicalDataSourceView.cs
- HtmlElementErrorEventArgs.cs
- ProjectionCamera.cs
- CounterCreationDataConverter.cs
- WebOperationContext.cs
- TypeBrowser.xaml.cs
- Matrix3DStack.cs
- WindowsPen.cs
- DPTypeDescriptorContext.cs
- SafeBitVector32.cs
- JavascriptCallbackResponseProperty.cs
- XmlAtomicValue.cs
- DetailsViewDeletedEventArgs.cs
- basenumberconverter.cs
- EndOfStreamException.cs
- OleDbPermission.cs
- DoubleLinkListEnumerator.cs
- PropVariant.cs
- ElementHost.cs
- RequestTimeoutManager.cs
- MissingMethodException.cs
- ParallelDesigner.cs
- ProgressBar.cs
- XPathNavigatorKeyComparer.cs
- XmlSchemaAnyAttribute.cs
- MailWriter.cs
- ContainerCodeDomSerializer.cs
- KnownIds.cs
- OracleSqlParser.cs
- ParameterCollection.cs
- DataObjectAttribute.cs
- Guid.cs
- _LocalDataStore.cs
- PolyLineSegment.cs
- TypeDescriptionProvider.cs
- ComponentResourceKeyConverter.cs
- ImageButton.cs
- FilterableAttribute.cs
- XmlSchemaAttribute.cs
- EnumType.cs
- EncoderBestFitFallback.cs
- ToolstripProfessionalRenderer.cs
- ActivityIdHeader.cs
- CDSCollectionETWBCLProvider.cs
- DesignerView.cs
- Sql8ExpressionRewriter.cs
- HtmlInputHidden.cs
- BackgroundWorker.cs
- ArrangedElementCollection.cs
- DataGridItem.cs
- ChannelManager.cs
- FixedFindEngine.cs
- UdpTransportSettingsElement.cs
- EtwTrace.cs
- TextWriter.cs
- HtmlProps.cs
- Typeface.cs
- SafeCoTaskMem.cs
- TableCellCollection.cs
- DiffuseMaterial.cs
- FactoryGenerator.cs
- XmlQueryContext.cs
- Rule.cs
- StateElement.cs
- WsiProfilesElementCollection.cs
- BitmapSourceSafeMILHandle.cs