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
- DataGridViewCellStyleContentChangedEventArgs.cs
- BindingGroup.cs
- RemoveFromCollection.cs
- XmlNodeComparer.cs
- KnownBoxes.cs
- AuthenticationService.cs
- PersonalizationDictionary.cs
- SelectedDatesCollection.cs
- ExpandCollapseProviderWrapper.cs
- ValueUnavailableException.cs
- ListBase.cs
- Region.cs
- DefaultBinder.cs
- TraceContextRecord.cs
- LinqDataSource.cs
- ControlAdapter.cs
- ActivityBindForm.Designer.cs
- PropertyGridView.cs
- SiteMap.cs
- TrackBar.cs
- KnownBoxes.cs
- RowsCopiedEventArgs.cs
- ExpressionBindingCollection.cs
- WaitForChangedResult.cs
- List.cs
- InternalCache.cs
- DoubleUtil.cs
- CheckBoxField.cs
- AnnotationElement.cs
- FrugalMap.cs
- BehaviorEditorPart.cs
- KeyGesture.cs
- FamilyCollection.cs
- ListCommandEventArgs.cs
- OdbcConnection.cs
- SrgsGrammar.cs
- StrongName.cs
- ButtonRenderer.cs
- PersonalizationProviderHelper.cs
- SmtpNetworkElement.cs
- FtpCachePolicyElement.cs
- ToolboxCategoryItems.cs
- ConfigurationStrings.cs
- TextShapeableCharacters.cs
- PrePostDescendentsWalker.cs
- FlowDocumentPageViewerAutomationPeer.cs
- Permission.cs
- DataGridTextBox.cs
- XPathMultyIterator.cs
- ServiceNameElementCollection.cs
- XMLSchema.cs
- WebPartMinimizeVerb.cs
- CheckBoxList.cs
- WebPartAuthorizationEventArgs.cs
- XmlHelper.cs
- SingleTagSectionHandler.cs
- XmlCustomFormatter.cs
- ViewGenResults.cs
- FixedLineResult.cs
- x509store.cs
- FindProgressChangedEventArgs.cs
- HttpCachePolicy.cs
- SpeechEvent.cs
- TdsParserSafeHandles.cs
- ScrollEvent.cs
- RoleManagerSection.cs
- GridViewAutomationPeer.cs
- DataGridPageChangedEventArgs.cs
- ExpandedProjectionNode.cs
- Assembly.cs
- SqlDependencyUtils.cs
- TriggerCollection.cs
- CompositeFontInfo.cs
- Maps.cs
- MultiTargetingUtil.cs
- AssociationEndMember.cs
- CodeTypeReference.cs
- Graphics.cs
- ProcessProtocolHandler.cs
- ScriptingJsonSerializationSection.cs
- SignatureHelper.cs
- controlskin.cs
- RegisteredDisposeScript.cs
- XamlFilter.cs
- filewebresponse.cs
- ListenerTraceUtility.cs
- QuadraticBezierSegment.cs
- OptimalTextSource.cs
- Resources.Designer.cs
- SafeNativeMethods.cs
- FileSecurity.cs
- DataGridViewCellStyleConverter.cs
- TypeConverterHelper.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- ReadOnlyAttribute.cs
- BindingContext.cs
- SqlDataReader.cs
- HttpCachePolicy.cs
- DocumentGridPage.cs
- PersonalizationStateInfoCollection.cs