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
- Solver.cs
- RevocationPoint.cs
- CodeGeneratorAttribute.cs
- EncodingNLS.cs
- ProcessHost.cs
- ProviderManager.cs
- ControlBindingsCollection.cs
- ImageKeyConverter.cs
- HtmlTextArea.cs
- InternalException.cs
- ProcessModelInfo.cs
- HtmlGenericControl.cs
- ImmutableObjectAttribute.cs
- VarInfo.cs
- RSAOAEPKeyExchangeFormatter.cs
- IdentityValidationException.cs
- Control.cs
- Animatable.cs
- HostedImpersonationContext.cs
- Imaging.cs
- TypeLoader.cs
- DateRangeEvent.cs
- PointAnimationUsingKeyFrames.cs
- TemplateControl.cs
- GB18030Encoding.cs
- EventLog.cs
- WebPartTransformerAttribute.cs
- CompressEmulationStream.cs
- InkSerializer.cs
- CustomValidator.cs
- HtmlInputButton.cs
- DrawingContextDrawingContextWalker.cs
- _CookieModule.cs
- ClientFormsIdentity.cs
- InkCanvasInnerCanvas.cs
- DefaultHttpHandler.cs
- OrderByBuilder.cs
- DBParameter.cs
- ObjectDataSourceSelectingEventArgs.cs
- FormsAuthenticationModule.cs
- SoapIncludeAttribute.cs
- FileClassifier.cs
- Baml2006Reader.cs
- RegionData.cs
- XmlSchemaExporter.cs
- MessageSmuggler.cs
- TableLayoutPanelCellPosition.cs
- FamilyMapCollection.cs
- XsdValidatingReader.cs
- GridPatternIdentifiers.cs
- ContentPlaceHolder.cs
- Schema.cs
- UnsafeNativeMethods.cs
- CardSpaceSelector.cs
- TagNameToTypeMapper.cs
- ConfigurationElementCollection.cs
- RelationshipEndCollection.cs
- DesignerCommandSet.cs
- PageCodeDomTreeGenerator.cs
- BindingValueChangedEventArgs.cs
- SelectedDatesCollection.cs
- Trace.cs
- FunctionNode.cs
- SqlPersonalizationProvider.cs
- DataGrid.cs
- DecimalAnimation.cs
- IdentityVerifier.cs
- TreeNodeBinding.cs
- ListViewCancelEventArgs.cs
- NestedContainer.cs
- SuppressMergeCheckAttribute.cs
- FontStretchConverter.cs
- PropVariant.cs
- ConnectionStringsSection.cs
- WorkflowElementDialog.cs
- CollectionViewGroup.cs
- XmlSchemaSimpleTypeRestriction.cs
- SqlParameterCollection.cs
- NavigationWindow.cs
- CardSpaceSelector.cs
- KeyFrames.cs
- PartialCachingAttribute.cs
- CompletionCallbackWrapper.cs
- BindingWorker.cs
- LabelEditEvent.cs
- AnnotationResource.cs
- PropertyEntry.cs
- NameScope.cs
- ObfuscationAttribute.cs
- BlurBitmapEffect.cs
- IFlowDocumentViewer.cs
- BinaryMethodMessage.cs
- SplitterCancelEvent.cs
- XmlSchemaObjectCollection.cs
- Column.cs
- IndexerNameAttribute.cs
- WindowsListViewGroupSubsetLink.cs
- IItemContainerGenerator.cs
- Deserializer.cs
- GridViewAutoFormat.cs