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
- ToolStripContainer.cs
- QuaternionIndependentAnimationStorage.cs
- FontStretchConverter.cs
- MemberCollection.cs
- XmlAttributeHolder.cs
- EventLogInformation.cs
- InvokePatternIdentifiers.cs
- BeginEvent.cs
- InvokeMethod.cs
- Char.cs
- DataGridViewSelectedCellCollection.cs
- Assembly.cs
- Dictionary.cs
- DocumentEventArgs.cs
- SEHException.cs
- ModulesEntry.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DynamicFilterExpression.cs
- SQLGuid.cs
- SHA512Cng.cs
- _CommandStream.cs
- TextEditorSpelling.cs
- DataGridViewSelectedRowCollection.cs
- HttpAsyncResult.cs
- GroupBox.cs
- HostedHttpContext.cs
- TextBox.cs
- HtmlElement.cs
- XpsStructure.cs
- GeometryCollection.cs
- StringValidatorAttribute.cs
- ExponentialEase.cs
- Timer.cs
- MiniLockedBorderGlyph.cs
- ScaleTransform3D.cs
- InternalCache.cs
- BindingManagerDataErrorEventArgs.cs
- DataError.cs
- DirtyTextRange.cs
- EventSetter.cs
- StructureChangedEventArgs.cs
- UnsafeNativeMethods.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- UriWriter.cs
- SparseMemoryStream.cs
- HtmlShim.cs
- Task.cs
- SaveFileDialog.cs
- SelectionEditor.cs
- dbenumerator.cs
- ThreadStartException.cs
- BinaryFormatterWriter.cs
- ExpressionEditorAttribute.cs
- ReaderWriterLock.cs
- NestedContainer.cs
- HwndSourceKeyboardInputSite.cs
- Statements.cs
- XhtmlTextWriter.cs
- HtmlMeta.cs
- UnsafeNativeMethods.cs
- OracleDataReader.cs
- ReaderContextStackData.cs
- SqlColumnizer.cs
- WebServiceHandlerFactory.cs
- NumericUpDown.cs
- MasterPageParser.cs
- ContextMenu.cs
- SystemUdpStatistics.cs
- SelectionHighlightInfo.cs
- DoubleCollection.cs
- SizeValueSerializer.cs
- ToolStripManager.cs
- StrokeNodeOperations2.cs
- Int32Rect.cs
- HtmlInputHidden.cs
- ByValueEqualityComparer.cs
- FamilyCollection.cs
- CompilerCollection.cs
- ToolboxItemFilterAttribute.cs
- StyleBamlRecordReader.cs
- XmlCountingReader.cs
- EncryptedKey.cs
- ConvertEvent.cs
- TextBoxDesigner.cs
- DictionaryEntry.cs
- KeyValuePair.cs
- PseudoWebRequest.cs
- HwndHost.cs
- DoubleLinkList.cs
- PropertyMap.cs
- CompressionTransform.cs
- DataGridTableCollection.cs
- UnsafeNativeMethods.cs
- OdbcStatementHandle.cs
- ToReply.cs
- RemoveStoryboard.cs
- FormatterServicesNoSerializableCheck.cs
- Renderer.cs
- DbMetaDataColumnNames.cs
- ViewGenResults.cs