Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
}
///
///
/// [To be supplied.]
///
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.
//
//-----------------------------------------------------------------------------
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;
}
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectItemCollectionAssemblyCacheEntry.cs
- Timer.cs
- SafeProcessHandle.cs
- InstanceKeyCollisionException.cs
- KeyEventArgs.cs
- IssuanceLicense.cs
- SqlSelectClauseBuilder.cs
- MessagePropertyFilter.cs
- BasePropertyDescriptor.cs
- WebServiceResponseDesigner.cs
- CatalogUtil.cs
- ResXResourceSet.cs
- Hash.cs
- ObjectReaderCompiler.cs
- DataGridPagerStyle.cs
- altserialization.cs
- DrawListViewSubItemEventArgs.cs
- X509CertificateCollection.cs
- latinshape.cs
- Context.cs
- ImageDrawing.cs
- XmlSchemaSet.cs
- URLString.cs
- ProviderSettingsCollection.cs
- ListenerBinder.cs
- HealthMonitoringSection.cs
- RoleManagerSection.cs
- RegexStringValidator.cs
- WebReferenceCollection.cs
- XmlFormatReaderGenerator.cs
- LifetimeServices.cs
- CollectionChange.cs
- SafeProcessHandle.cs
- OpenTypeLayout.cs
- SByteStorage.cs
- _NegoStream.cs
- WSFederationHttpSecurity.cs
- ButtonChrome.cs
- Brush.cs
- NumberSubstitution.cs
- MimeBasePart.cs
- NavigatorOutput.cs
- SystemColors.cs
- ExtendLockAsyncResult.cs
- PatternMatcher.cs
- VisualTreeHelper.cs
- ClientConfigurationSystem.cs
- DesignerTransaction.cs
- ReadOnlyObservableCollection.cs
- CodeDomConfigurationHandler.cs
- InstanceKeyCollisionException.cs
- ExpressionBindings.cs
- RectConverter.cs
- AsyncContentLoadedEventArgs.cs
- odbcmetadatafactory.cs
- UrlRoutingModule.cs
- MethodCallExpression.cs
- StylusButtonEventArgs.cs
- XamlSerializerUtil.cs
- InvokerUtil.cs
- XamlParser.cs
- SafeLocalMemHandle.cs
- UnauthorizedWebPart.cs
- LogLogRecordHeader.cs
- HttpRuntimeSection.cs
- DataGridViewRowHeaderCell.cs
- ViewBase.cs
- ExpressionDumper.cs
- Quaternion.cs
- WSMessageEncoding.cs
- PatternMatcher.cs
- HtmlListAdapter.cs
- ObsoleteAttribute.cs
- SoapReflectionImporter.cs
- DefaultWorkflowLoaderService.cs
- ValidationHelper.cs
- MailDefinitionBodyFileNameEditor.cs
- SecureStringHasher.cs
- ReflectionServiceProvider.cs
- AnnotationStore.cs
- codemethodreferenceexpression.cs
- XmlStringTable.cs
- PermissionListSet.cs
- NativeRecognizer.cs
- WindowsGraphics2.cs
- VsPropertyGrid.cs
- AllMembershipCondition.cs
- InlineCollection.cs
- HMAC.cs
- SelectionPatternIdentifiers.cs
- ChangeInterceptorAttribute.cs
- XamlPathDataSerializer.cs
- SamlAuthenticationClaimResource.cs
- CTreeGenerator.cs
- DockingAttribute.cs
- Stopwatch.cs
- CapabilitiesPattern.cs
- VectorKeyFrameCollection.cs
- Attributes.cs
- PrtTicket_Public.cs