Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InterleavedZipPartStream.cs
- HtmlFormWrapper.cs
- HostSecurityManager.cs
- SelectingProviderEventArgs.cs
- DesignTimeTemplateParser.cs
- Schedule.cs
- AttachedPropertyMethodSelector.cs
- WrappedIUnknown.cs
- MaskDesignerDialog.cs
- Operators.cs
- SubclassTypeValidator.cs
- ToolboxItemCollection.cs
- QueryTask.cs
- RegexInterpreter.cs
- RuntimeResourceSet.cs
- ButtonField.cs
- EmptyQuery.cs
- Size3DConverter.cs
- COSERVERINFO.cs
- HttpPostProtocolImporter.cs
- DocumentAutomationPeer.cs
- PEFileReader.cs
- SerializationHelper.cs
- ComponentResourceManager.cs
- CodeCatchClauseCollection.cs
- HostSecurityManager.cs
- AdjustableArrowCap.cs
- Int32Collection.cs
- ControlDesigner.cs
- CacheMemory.cs
- DataServicePagingProviderWrapper.cs
- BrowserTree.cs
- PrivilegeNotHeldException.cs
- DesignParameter.cs
- Thickness.cs
- FormViewModeEventArgs.cs
- ToolStripTextBox.cs
- CategoryAttribute.cs
- URLAttribute.cs
- DodSequenceMerge.cs
- AssemblyAttributesGoHere.cs
- InputQueue.cs
- SafeLocalAllocation.cs
- ConditionValidator.cs
- DisplayNameAttribute.cs
- BamlLocalizableResource.cs
- ContextMenuStripGroupCollection.cs
- AccessorTable.cs
- TextRangeEditTables.cs
- FactoryRecord.cs
- FixedHyperLink.cs
- CacheChildrenQuery.cs
- ImageCodecInfoPrivate.cs
- CompilerInfo.cs
- XmlUnspecifiedAttribute.cs
- ExtentKey.cs
- CheckBox.cs
- MaterialGroup.cs
- FormatterConverter.cs
- HttpCachePolicyElement.cs
- KeyEventArgs.cs
- TableLayoutStyle.cs
- MessagePropertyFilter.cs
- ReferentialConstraint.cs
- diagnosticsswitches.cs
- FontSourceCollection.cs
- CredentialSelector.cs
- SHA512.cs
- InputProviderSite.cs
- MessageSmuggler.cs
- ThaiBuddhistCalendar.cs
- DataGridItemAutomationPeer.cs
- XappLauncher.cs
- FileChangesMonitor.cs
- VisualBrush.cs
- HttpRequestWrapper.cs
- WebPartTransformerCollection.cs
- Console.cs
- GridItemCollection.cs
- Journal.cs
- QilParameter.cs
- BaseDataListComponentEditor.cs
- ImplicitInputBrush.cs
- SimpleHandlerFactory.cs
- ConfigurationConverterBase.cs
- BitmapFrameDecode.cs
- RotateTransform3D.cs
- UserMapPath.cs
- Group.cs
- ContainerFilterService.cs
- CombinedGeometry.cs
- HttpAsyncResult.cs
- SafeCoTaskMem.cs
- HttpStaticObjectsCollectionWrapper.cs
- CaseCqlBlock.cs
- Pair.cs
- RtfControlWordInfo.cs
- ReflectTypeDescriptionProvider.cs
- LostFocusEventManager.cs
- Logging.cs