Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / SuspendDesigner.cs / 1305376 / SuspendDesigner.cs
namespace System.Workflow.ComponentModel.Design
{
using System;
using System.Text;
using System.Reflection;
using System.Collections;
using System.CodeDom;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Workflow.ComponentModel.Design;
#region Class SuspendDesigner
[ActivityDesignerTheme(typeof(SuspendDesignerTheme))]
internal sealed class SuspendDesigner: ActivityDesigner
{
}
#endregion
#region SuspendDesignerTheme
internal sealed class SuspendDesignerTheme : ActivityDesignerTheme
{
public SuspendDesignerTheme(WorkflowTheme theme)
: base(theme)
{
this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x00);
this.BorderColor = Color.FromArgb(0xFF, 0xA5, 0x79, 0x73);
this.BorderStyle = DashStyle.Solid;
this.BackColorStart = Color.FromArgb(0xFF, 0xFF, 0xFF, 0xDF);
this.BackColorEnd = Color.FromArgb(0xFF, 0xFF, 0xFF, 0x95);
this.BackgroundStyle = LinearGradientMode.Horizontal;
}
}
#endregion
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FunctionParameter.cs
- StringComparer.cs
- WebRequestModulesSection.cs
- OpenFileDialog.cs
- RegionIterator.cs
- RightsManagementInformation.cs
- FormsIdentity.cs
- QilXmlWriter.cs
- XmlBinaryWriter.cs
- Application.cs
- GPStream.cs
- BaseResourcesBuildProvider.cs
- Viewport3DAutomationPeer.cs
- SafeTimerHandle.cs
- EntitySetRetriever.cs
- EntityDescriptor.cs
- ControlBuilderAttribute.cs
- OdbcRowUpdatingEvent.cs
- IPEndPoint.cs
- GZipUtils.cs
- SocketElement.cs
- WmlTextBoxAdapter.cs
- Model3D.cs
- EntityFrameworkVersions.cs
- HtmlHead.cs
- RijndaelManagedTransform.cs
- BindableAttribute.cs
- SkinBuilder.cs
- StorageConditionPropertyMapping.cs
- OrderedDictionary.cs
- EditingScopeUndoUnit.cs
- PassportPrincipal.cs
- TPLETWProvider.cs
- HtmlForm.cs
- StringOutput.cs
- GetCertificateRequest.cs
- rsa.cs
- TypeBuilder.cs
- DoubleUtil.cs
- FacetValues.cs
- WindowInteropHelper.cs
- AspNetPartialTrustHelpers.cs
- Activator.cs
- FrameSecurityDescriptor.cs
- SqlConnectionFactory.cs
- StaticDataManager.cs
- TreeNodeMouseHoverEvent.cs
- EditingMode.cs
- DetailsViewPageEventArgs.cs
- DataGridViewRowCollection.cs
- ToolboxItemLoader.cs
- DefaultValueTypeConverter.cs
- XpsException.cs
- WindowsBrush.cs
- Normalizer.cs
- DataFormats.cs
- TypeUtil.cs
- securitycriticaldataformultiplegetandset.cs
- Serializer.cs
- DesignerCategoryAttribute.cs
- Rectangle.cs
- XmlEncoding.cs
- Properties.cs
- InternalConfigEventArgs.cs
- StaticContext.cs
- WebPartDesigner.cs
- StackSpiller.Bindings.cs
- XsdCachingReader.cs
- ClusterRegistryConfigurationProvider.cs
- Transactions.cs
- SqlComparer.cs
- PathFigureCollection.cs
- D3DImage.cs
- XmlHierarchicalEnumerable.cs
- FrameworkReadOnlyPropertyMetadata.cs
- BaseTransportHeaders.cs
- TabletDeviceInfo.cs
- ISAPIRuntime.cs
- RectangleHotSpot.cs
- NavigationWindow.cs
- BuildProviderCollection.cs
- QueryFunctions.cs
- ErrorEventArgs.cs
- BamlLocalizer.cs
- EncryptedPackageFilter.cs
- XmlNodeList.cs
- DataGridLinkButton.cs
- ScriptServiceAttribute.cs
- IList.cs
- ActivityScheduledRecord.cs
- _AutoWebProxyScriptHelper.cs
- EncodingTable.cs
- NonPrimarySelectionGlyph.cs
- XmlSchemaException.cs
- IdnMapping.cs
- AttributeSetAction.cs
- UriTemplateMatch.cs
- XomlCompilerParameters.cs
- DeferredElementTreeState.cs
- HtmlTableRowCollection.cs