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
- GrammarBuilderWildcard.cs
- Volatile.cs
- SystemSounds.cs
- FormattedTextSymbols.cs
- UnsafeNativeMethods.cs
- DebugTrace.cs
- Compiler.cs
- FacetDescription.cs
- Command.cs
- KnownTypes.cs
- PowerStatus.cs
- X509PeerCertificateAuthenticationElement.cs
- SiteMap.cs
- GroupQuery.cs
- ScrollPatternIdentifiers.cs
- PassportAuthenticationEventArgs.cs
- SelectedDatesCollection.cs
- X509CertificateClaimSet.cs
- JoinTreeSlot.cs
- RootBrowserWindowProxy.cs
- TreeNodeEventArgs.cs
- ISessionStateStore.cs
- __TransparentProxy.cs
- ViewKeyConstraint.cs
- IgnoreFlushAndCloseStream.cs
- Zone.cs
- propertyentry.cs
- DataGridItemAutomationPeer.cs
- Literal.cs
- CmsInterop.cs
- _LoggingObject.cs
- EdmRelationshipRoleAttribute.cs
- FacetValueContainer.cs
- CodeDelegateInvokeExpression.cs
- ResolveNameEventArgs.cs
- HelpEvent.cs
- LocalFileSettingsProvider.cs
- DataControlFieldCollection.cs
- SharedStatics.cs
- PolicyStatement.cs
- DropDownButton.cs
- NamespaceEmitter.cs
- UnmanagedMemoryStreamWrapper.cs
- DataSourceControl.cs
- TemplateLookupAction.cs
- PlatformCulture.cs
- ModuleElement.cs
- DecoderExceptionFallback.cs
- UriParserTemplates.cs
- SiteMapNodeCollection.cs
- UpdatePanelControlTrigger.cs
- SocketException.cs
- XmlSchemaException.cs
- ListSortDescription.cs
- SqlMultiplexer.cs
- Duration.cs
- SystemMulticastIPAddressInformation.cs
- AsymmetricSecurityProtocolFactory.cs
- nulltextnavigator.cs
- View.cs
- WebPartDisplayModeEventArgs.cs
- CodeExpressionCollection.cs
- CellConstantDomain.cs
- __Error.cs
- DebugView.cs
- DictionaryTraceRecord.cs
- AppDomainAttributes.cs
- PerformanceCounter.cs
- cookiecontainer.cs
- WindowsListView.cs
- MatchNoneMessageFilter.cs
- BasicExpressionVisitor.cs
- TransformDescriptor.cs
- ScopelessEnumAttribute.cs
- PublisherMembershipCondition.cs
- Internal.cs
- Header.cs
- WebPartTransformerCollection.cs
- RequiredFieldValidator.cs
- TypeCodeDomSerializer.cs
- SolidColorBrush.cs
- TemplateNodeContextMenu.cs
- CompilerLocalReference.cs
- WsiProfilesElement.cs
- WorkflowTransactionService.cs
- DataContractJsonSerializerOperationBehavior.cs
- SystemIPv6InterfaceProperties.cs
- Stream.cs
- ImageSource.cs
- _SingleItemRequestCache.cs
- ErrorFormatterPage.cs
- RC2CryptoServiceProvider.cs
- Aggregates.cs
- DataControlFieldCollection.cs
- ExecutionContext.cs
- tibetanshape.cs
- TypeDescriptionProviderAttribute.cs
- mansign.cs
- ObjectRef.cs
- SectionInput.cs