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
- AlphaSortedEnumConverter.cs
- DPAPIProtectedConfigurationProvider.cs
- WebPageTraceListener.cs
- RefType.cs
- TextEditorSpelling.cs
- LocationSectionRecord.cs
- InputChannelBinder.cs
- SessionStateSection.cs
- DbProviderServices.cs
- BinaryCommonClasses.cs
- Util.cs
- XmlSchemaSimpleContentExtension.cs
- ReferenceService.cs
- SqlParameterizer.cs
- MessageSecurityProtocolFactory.cs
- XPathSingletonIterator.cs
- CompilerCollection.cs
- NativeMethods.cs
- ValueExpressions.cs
- WebBrowserNavigatedEventHandler.cs
- DbConnectionFactory.cs
- ClientBuildManager.cs
- ButtonChrome.cs
- DependencyStoreSurrogate.cs
- OneOfConst.cs
- mansign.cs
- ProtectedConfiguration.cs
- UnsafeNativeMethodsCLR.cs
- ScriptResourceMapping.cs
- PropertyDescriptorComparer.cs
- GridViewHeaderRowPresenter.cs
- RootBrowserWindow.cs
- AttachedAnnotation.cs
- Exceptions.cs
- Unit.cs
- OrderPreservingMergeHelper.cs
- WindowsRichEdit.cs
- AsyncResult.cs
- DispatcherSynchronizationContext.cs
- InlineUIContainer.cs
- Block.cs
- BooleanFunctions.cs
- CellCreator.cs
- ResourceCategoryAttribute.cs
- ConditionalAttribute.cs
- CharEnumerator.cs
- Dynamic.cs
- BamlLocalizableResourceKey.cs
- AxisAngleRotation3D.cs
- Control.cs
- IncrementalHitTester.cs
- ControlEvent.cs
- AddInEnvironment.cs
- HandlerFactoryCache.cs
- UnconditionalPolicy.cs
- XmlLinkedNode.cs
- InstanceBehavior.cs
- PagerStyle.cs
- IncomingWebRequestContext.cs
- ContourSegment.cs
- DataGridViewCellParsingEventArgs.cs
- UncommonField.cs
- CellPartitioner.cs
- DocumentPaginator.cs
- WsdlInspector.cs
- UnsafeNativeMethods.cs
- Lease.cs
- LingerOption.cs
- ValidationRuleCollection.cs
- AutoResetEvent.cs
- QilPatternVisitor.cs
- ColumnBinding.cs
- DetailsViewAutoFormat.cs
- RayMeshGeometry3DHitTestResult.cs
- LineInfo.cs
- ImageSourceValueSerializer.cs
- CheckBoxList.cs
- DataSourceConverter.cs
- OverloadGroupAttribute.cs
- InlineCollection.cs
- XmlSchemaExporter.cs
- InvalidProgramException.cs
- ContentPlaceHolder.cs
- Validator.cs
- SqlDataSourceCache.cs
- RijndaelManagedTransform.cs
- RegexMatchCollection.cs
- ThicknessAnimation.cs
- Transform.cs
- CaseInsensitiveOrdinalStringComparer.cs
- PlatformNotSupportedException.cs
- ManipulationDevice.cs
- MdImport.cs
- LocalizableResourceBuilder.cs
- FileSystemWatcher.cs
- CustomLineCap.cs
- ToolConsole.cs
- HopperCache.cs
- DataBoundControlHelper.cs
- ArgIterator.cs