Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx35 / System.WorkflowServices / System / Workflow / Activities / SendActivityDesignerTheme.cs / 1305376 / SendActivityDesignerTheme.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 SendActivityDesignerTheme : ActivityDesignerTheme { public SendActivityDesignerTheme(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.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
- OrderByBuilder.cs
- _AcceptOverlappedAsyncResult.cs
- SqlUserDefinedAggregateAttribute.cs
- _KerberosClient.cs
- ToolStripItemGlyph.cs
- ContentTextAutomationPeer.cs
- SamlAction.cs
- Debugger.cs
- PtsPage.cs
- XmlHierarchyData.cs
- XamlInt32CollectionSerializer.cs
- ImageIndexConverter.cs
- DesignerView.Commands.cs
- KeyValuePairs.cs
- sqlstateclientmanager.cs
- NameValuePair.cs
- ResourceReader.cs
- MessageBuilder.cs
- ContextMenuAutomationPeer.cs
- DataGridCellsPanel.cs
- SubstitutionResponseElement.cs
- DataBindingExpressionBuilder.cs
- FilteredAttributeCollection.cs
- TreeViewDataItemAutomationPeer.cs
- XXXInfos.cs
- FrameworkContentElement.cs
- DataGridViewAdvancedBorderStyle.cs
- XmlSerializerNamespaces.cs
- MultipartContentParser.cs
- LostFocusEventManager.cs
- SizeF.cs
- filewebresponse.cs
- DefaultProxySection.cs
- Win32Native.cs
- ObjectDataSourceSelectingEventArgs.cs
- Rotation3DAnimation.cs
- CacheAxisQuery.cs
- DataListAutoFormat.cs
- ObjectConverter.cs
- Preprocessor.cs
- QueryOutputWriter.cs
- StringSource.cs
- WindowsListViewSubItem.cs
- CatalogZoneBase.cs
- ColorBlend.cs
- LineServicesRun.cs
- Size3DConverter.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- DataViewManager.cs
- BuildProvidersCompiler.cs
- GlobalItem.cs
- WebPartAuthorizationEventArgs.cs
- HtmlInputControl.cs
- BitmapEffectCollection.cs
- FormView.cs
- RectAnimationBase.cs
- DesignerHost.cs
- DispatcherObject.cs
- CodeDelegateCreateExpression.cs
- GridView.cs
- ProxyGenerationError.cs
- DocumentPageHost.cs
- DrawingBrush.cs
- SynchronizedDispatch.cs
- Color.cs
- IconHelper.cs
- XmlMtomWriter.cs
- ActionFrame.cs
- VisualTreeUtils.cs
- Camera.cs
- RequestUriProcessor.cs
- DesignSurfaceServiceContainer.cs
- ClientSettingsSection.cs
- ApplicationDirectoryMembershipCondition.cs
- DefaultMemberAttribute.cs
- NativeWindow.cs
- XamlInt32CollectionSerializer.cs
- PropagatorResult.cs
- ToolStripItemBehavior.cs
- TemplateAction.cs
- VirtualizingStackPanel.cs
- StyleHelper.cs
- RunInstallerAttribute.cs
- DoubleIndependentAnimationStorage.cs
- ExpressionPrefixAttribute.cs
- CodeCompileUnit.cs
- InitializerFacet.cs
- ValidatingPropertiesEventArgs.cs
- ToolStripDropDownMenu.cs
- CodeParameterDeclarationExpressionCollection.cs
- SafeEventLogWriteHandle.cs
- Application.cs
- HierarchicalDataBoundControl.cs
- SessionParameter.cs
- MimeTypePropertyAttribute.cs
- CodeStatementCollection.cs
- GroupStyle.cs
- AccessedThroughPropertyAttribute.cs
- DataServiceResponse.cs
- Resources.Designer.cs