Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ControlAdapter.cs
- ErrorFormatter.cs
- WorkflowDefinitionDispenser.cs
- Mapping.cs
- ProxyRpc.cs
- ReflectEventDescriptor.cs
- InputEventArgs.cs
- HebrewNumber.cs
- FormsAuthentication.cs
- DataGridViewRow.cs
- ActivitySurrogateSelector.cs
- UnsafeNativeMethods.cs
- Help.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- GraphicsPath.cs
- FrugalList.cs
- WindowsRichEdit.cs
- HtmlWindow.cs
- MonikerSyntaxException.cs
- ButtonFieldBase.cs
- Visual3D.cs
- SessionStateContainer.cs
- PostBackTrigger.cs
- RequestStatusBarUpdateEventArgs.cs
- _NestedSingleAsyncResult.cs
- IisTraceListener.cs
- StringFunctions.cs
- StreamInfo.cs
- ColorContext.cs
- PropertyDescriptor.cs
- xmlglyphRunInfo.cs
- datacache.cs
- GcHandle.cs
- CurrencyManager.cs
- UpDownEvent.cs
- PrimarySelectionAdorner.cs
- NotImplementedException.cs
- MouseBinding.cs
- NullReferenceException.cs
- EventLogPermissionEntryCollection.cs
- MultiBindingExpression.cs
- XXXInfos.cs
- SystemDropShadowChrome.cs
- XPathDescendantIterator.cs
- RelationshipConstraintValidator.cs
- FlowNode.cs
- ContentElement.cs
- ExpressionBindingCollection.cs
- _ConnectionGroup.cs
- WindowsTab.cs
- StyleCollectionEditor.cs
- Unit.cs
- TransactionChannel.cs
- xsdvalidator.cs
- Keyboard.cs
- DropShadowBitmapEffect.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SqlDataSourceSelectingEventArgs.cs
- Connector.xaml.cs
- XmlAtomErrorReader.cs
- PartitionedDataSource.cs
- linebase.cs
- XmlJsonWriter.cs
- InstanceOwner.cs
- EntityDataSourceValidationException.cs
- EntityWithChangeTrackerStrategy.cs
- ProfilePropertySettingsCollection.cs
- TextBoxRenderer.cs
- DataKeyArray.cs
- BindingExpressionBase.cs
- jithelpers.cs
- X509Certificate.cs
- MaskInputRejectedEventArgs.cs
- ActivityExecutorSurrogate.cs
- SafeEventHandle.cs
- DrawingCollection.cs
- DispatcherSynchronizationContext.cs
- SqlParameterCollection.cs
- DotExpr.cs
- CompiledQueryCacheKey.cs
- CodeCommentStatement.cs
- SizeFConverter.cs
- BorderGapMaskConverter.cs
- ThreadExceptionDialog.cs
- WorkItem.cs
- BrowserCapabilitiesFactoryBase.cs
- ChannelServices.cs
- SchemaName.cs
- KerberosReceiverSecurityToken.cs
- TextComposition.cs
- CatalogZoneBase.cs
- HtmlTableRowCollection.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- AmbiguousMatchException.cs
- TraceSection.cs
- XsltCompileContext.cs
- VectorCollectionConverter.cs
- RegisteredScript.cs
- SettingsBase.cs
- ObjectDataSourceFilteringEventArgs.cs