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
- SolidColorBrush.cs
- MethodBuilder.cs
- SyntaxCheck.cs
- ToolStripGrip.cs
- InvalidAsynchronousStateException.cs
- Graph.cs
- SectionXmlInfo.cs
- BitmapEffectOutputConnector.cs
- ResourceDictionaryCollection.cs
- Rfc2898DeriveBytes.cs
- EntitySqlException.cs
- COM2AboutBoxPropertyDescriptor.cs
- WebServiceResponseDesigner.cs
- SpanIndex.cs
- NamedElement.cs
- WebPartHeaderCloseVerb.cs
- HttpStreamFormatter.cs
- MultiPageTextView.cs
- DataGridViewRowsRemovedEventArgs.cs
- ClosureBinding.cs
- TextCompositionEventArgs.cs
- TransformPatternIdentifiers.cs
- InnerItemCollectionView.cs
- DesignerVerbToolStripMenuItem.cs
- SessionEndingCancelEventArgs.cs
- ConfigurationSection.cs
- QueryGenerator.cs
- externdll.cs
- FrugalMap.cs
- XmlAttributeProperties.cs
- WebPartConnectionsCloseVerb.cs
- IconBitmapDecoder.cs
- XmlWrappingReader.cs
- XmlTextEncoder.cs
- BaseValidatorDesigner.cs
- NullToBooleanConverter.cs
- CalendarDateChangedEventArgs.cs
- DesignerAdapterUtil.cs
- SqlUtils.cs
- RequiredFieldValidator.cs
- XmlSiteMapProvider.cs
- TableRowCollection.cs
- IfJoinedCondition.cs
- UrlPath.cs
- MenuStrip.cs
- ResourceDisplayNameAttribute.cs
- SchemaElementLookUpTable.cs
- Base64Encoder.cs
- GridViewRow.cs
- LayoutEditorPart.cs
- PageThemeBuildProvider.cs
- ResourceReferenceExpressionConverter.cs
- DefaultMemberAttribute.cs
- XmlDomTextWriter.cs
- XmlUnspecifiedAttribute.cs
- InvokeBinder.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- UserInitiatedNavigationPermission.cs
- DataGridViewColumnConverter.cs
- Column.cs
- ItemDragEvent.cs
- SHA1.cs
- XmlAttributeCollection.cs
- WebPartMenuStyle.cs
- XmlDocumentType.cs
- DataGridViewCellStyle.cs
- SqlBuffer.cs
- ClientSponsor.cs
- TableLayoutPanelCellPosition.cs
- UrlPath.cs
- Clause.cs
- DBSqlParser.cs
- NotFiniteNumberException.cs
- CloudCollection.cs
- ReferenceConverter.cs
- PenLineJoinValidation.cs
- ResourceProviderFactory.cs
- ListItemConverter.cs
- ListViewItem.cs
- ObjectTypeMapping.cs
- TreeBuilder.cs
- GeometryCombineModeValidation.cs
- AutomationPattern.cs
- LocalizationParserHooks.cs
- keycontainerpermission.cs
- Pens.cs
- SqlBuilder.cs
- BitmapMetadataEnumerator.cs
- XamlToRtfWriter.cs
- PositiveTimeSpanValidator.cs
- SizeChangedInfo.cs
- LabelLiteral.cs
- SerializationInfoEnumerator.cs
- BackgroundWorker.cs
- ChameleonKey.cs
- Convert.cs
- MeshGeometry3D.cs
- XmlSchemaElement.cs
- XmlUnspecifiedAttribute.cs
- IncrementalHitTester.cs