Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StorageComplexTypeMapping.cs
- ServiceHost.cs
- ParameterReplacerVisitor.cs
- MessageQueueConverter.cs
- SectionXmlInfo.cs
- CqlBlock.cs
- OLEDB_Util.cs
- GridViewRowCollection.cs
- SoapSchemaImporter.cs
- MeshGeometry3D.cs
- SpotLight.cs
- Assembly.cs
- CompressEmulationStream.cs
- Int64Animation.cs
- SecurityState.cs
- EffectiveValueEntry.cs
- ObjectView.cs
- CommandExpr.cs
- ReflectionUtil.cs
- Highlights.cs
- FixedDSBuilder.cs
- Underline.cs
- ThicknessKeyFrameCollection.cs
- SafeEventLogWriteHandle.cs
- PromptStyle.cs
- DataGridViewButtonColumn.cs
- KeyConverter.cs
- PageContentCollection.cs
- StorageConditionPropertyMapping.cs
- LinearKeyFrames.cs
- Binding.cs
- SqlDataSourceEnumerator.cs
- ObjectIDGenerator.cs
- SqlBulkCopy.cs
- PrintingPermission.cs
- PnrpPermission.cs
- RuntimeConfig.cs
- TextAutomationPeer.cs
- SmtpReplyReader.cs
- SlotInfo.cs
- HostedElements.cs
- ReadonlyMessageFilter.cs
- SeparatorAutomationPeer.cs
- DataGridViewComboBoxCell.cs
- XmlSecureResolver.cs
- WebPartVerbCollection.cs
- KeyboardEventArgs.cs
- DbConnectionClosed.cs
- Win32PrintDialog.cs
- Menu.cs
- NonParentingControl.cs
- Documentation.cs
- TextUtf8RawTextWriter.cs
- Function.cs
- QueryCacheKey.cs
- WindowsScrollBar.cs
- HitTestDrawingContextWalker.cs
- XmlDocumentFieldSchema.cs
- ByteStream.cs
- RenderData.cs
- HandlerBase.cs
- StrokeNodeOperations.cs
- UrlAuthFailedErrorFormatter.cs
- BasePropertyDescriptor.cs
- DateTimeOffset.cs
- StrongTypingException.cs
- HostingEnvironment.cs
- XmlCharCheckingReader.cs
- DataServiceStreamProviderWrapper.cs
- Privilege.cs
- ObjectKeyFrameCollection.cs
- AppDomainResourcePerfCounters.cs
- FindSimilarActivitiesVerb.cs
- SourceFileInfo.cs
- Utility.cs
- ClientRuntimeConfig.cs
- StringSource.cs
- ReflectPropertyDescriptor.cs
- GridViewRowPresenter.cs
- StylusTip.cs
- SecurityPermission.cs
- GcHandle.cs
- RSATokenProvider.cs
- DataTableExtensions.cs
- InternalBufferManager.cs
- ComboBoxRenderer.cs
- ImplicitInputBrush.cs
- BuildProviderAppliesToAttribute.cs
- ReceiveContent.cs
- BoundField.cs
- PathGradientBrush.cs
- PolicyException.cs
- ListSourceHelper.cs
- SynchronizedDispatch.cs
- AVElementHelper.cs
- ComPlusTraceRecord.cs
- TripleDESCryptoServiceProvider.cs
- JavaScriptString.cs
- ModelServiceImpl.cs
- TdsParserHelperClasses.cs