Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / Workflow / Activities / ReceiveActivityDesignerTheme.cs / 1305376 / ReceiveActivityDesignerTheme.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Workflow.Activities { using System.Collections; using System.ComponentModel; using System.Workflow.ComponentModel.Design; using System.Drawing; using System.Reflection; using System.Workflow.ComponentModel; using System.ComponentModel.Design; using System.Workflow.Activities.Design; using System.ServiceModel; using System.Workflow.ComponentModel.Compiler; internal class ReceiveActivityDesignerTheme : CompositeDesignerTheme { public ReceiveActivityDesignerTheme(WorkflowTheme theme) : base(theme) { base.BackColorStart = Color.FromArgb(255, 255, 255); base.BackColorEnd = Color.FromArgb(200, 200, 200); base.BorderColor = Color.FromArgb(200, 200, 200); base.ForeColor = Color.FromArgb(80, 80, 80); base.ShowDropShadow = true; base.BackgroundStyle = System.Drawing.Drawing2D.LinearGradientMode.Vertical; } } } // 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
- TypeExtensionConverter.cs
- Freezable.cs
- Line.cs
- PersonalizationProviderCollection.cs
- FileStream.cs
- ListBox.cs
- FlowLayoutPanel.cs
- DbConnectionStringCommon.cs
- Rect3D.cs
- ZipPackagePart.cs
- DictionarySectionHandler.cs
- RangeBase.cs
- ListenerElementsCollection.cs
- DocumentPageView.cs
- ServerReliableChannelBinder.cs
- SystemThemeKey.cs
- MethodInfo.cs
- TransformProviderWrapper.cs
- XslCompiledTransform.cs
- XPathQilFactory.cs
- CompilerScope.Storage.cs
- HealthMonitoringSectionHelper.cs
- FacetEnabledSchemaElement.cs
- InstanceKeyNotReadyException.cs
- HandleCollector.cs
- BrowserDefinitionCollection.cs
- ChannelManager.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- File.cs
- ArraySortHelper.cs
- QueryPageSettingsEventArgs.cs
- DrawingCollection.cs
- SearchForVirtualItemEventArgs.cs
- WindowsIPAddress.cs
- EventDescriptor.cs
- securitycriticaldataformultiplegetandset.cs
- Permission.cs
- CompiledQuery.cs
- SHA256CryptoServiceProvider.cs
- UxThemeWrapper.cs
- LoginUtil.cs
- FileAuthorizationModule.cs
- Tile.cs
- SynchronizingStream.cs
- FrameworkContextData.cs
- XmlAggregates.cs
- SchemaObjectWriter.cs
- RouteData.cs
- ReadonlyMessageFilter.cs
- Util.cs
- CursorConverter.cs
- InheritanceAttribute.cs
- PointF.cs
- OpCodes.cs
- CustomAttribute.cs
- ResourceAttributes.cs
- CommonServiceBehaviorElement.cs
- CellCreator.cs
- XMLSyntaxException.cs
- HandlerBase.cs
- ArrayWithOffset.cs
- BaseValidator.cs
- ReadOnlyAttribute.cs
- SchemaImporterExtensionsSection.cs
- CqlLexer.cs
- PropertyChangeTracker.cs
- GeneralTransform3D.cs
- DecodeHelper.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- Types.cs
- DynamicPropertyReader.cs
- LicenseProviderAttribute.cs
- ErrorFormatter.cs
- ResourceManager.cs
- PrintSchema.cs
- QueryOperator.cs
- AttachmentService.cs
- Trace.cs
- Enum.cs
- RequestCachingSection.cs
- OneOfTypeConst.cs
- QueryModel.cs
- ProvidePropertyAttribute.cs
- Track.cs
- _NativeSSPI.cs
- XmlNamespaceMappingCollection.cs
- CodeExporter.cs
- Util.cs
- VolatileEnlistmentState.cs
- EntityContainerEmitter.cs
- AttachedAnnotationChangedEventArgs.cs
- RootAction.cs
- ObjectStorage.cs
- MethodBuilder.cs
- AnimationTimeline.cs
- Claim.cs
- SurrogateChar.cs
- _ServiceNameStore.cs
- EntityDataSourceView.cs
- DocumentReference.cs