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
- TableDesigner.cs
- TextTreeExtractElementUndoUnit.cs
- SessionSymmetricMessageSecurityProtocolFactory.cs
- MobileUITypeEditor.cs
- CompressionTransform.cs
- TemplateNameScope.cs
- KnowledgeBase.cs
- DataGridRowHeaderAutomationPeer.cs
- InternalControlCollection.cs
- ListViewItemSelectionChangedEvent.cs
- ConsoleKeyInfo.cs
- ListControlDesigner.cs
- _HelperAsyncResults.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- TrackingServices.cs
- Socket.cs
- WasHttpHandlersInstallComponent.cs
- Rule.cs
- ContentElement.cs
- SynchronizedPool.cs
- FindCompletedEventArgs.cs
- NameValuePair.cs
- GradientStop.cs
- TreeViewTemplateSelector.cs
- DataSourceXmlClassAttribute.cs
- OracleBoolean.cs
- SymbolType.cs
- EnumerableRowCollection.cs
- DeclaredTypeElementCollection.cs
- RangeValuePatternIdentifiers.cs
- TextTreeRootTextBlock.cs
- COM2PropertyDescriptor.cs
- ServicesSection.cs
- HMACSHA256.cs
- GiveFeedbackEventArgs.cs
- DynamicDataResources.Designer.cs
- HashAlgorithm.cs
- TypedTableHandler.cs
- CacheDependency.cs
- GradientStop.cs
- ContractValidationHelper.cs
- XmlComplianceUtil.cs
- VersionedStreamOwner.cs
- FontClient.cs
- ErrorHandlerFaultInfo.cs
- HttpCookiesSection.cs
- UrlAuthorizationModule.cs
- SocketAddress.cs
- Rules.cs
- DataGridViewComboBoxColumn.cs
- LinqDataSource.cs
- KeyGestureValueSerializer.cs
- KeyValueConfigurationElement.cs
- ChangeDirector.cs
- DPCustomTypeDescriptor.cs
- HttpCacheParams.cs
- DataPagerCommandEventArgs.cs
- IDReferencePropertyAttribute.cs
- FolderLevelBuildProvider.cs
- TogglePattern.cs
- DetailsViewDeletedEventArgs.cs
- Animatable.cs
- MediaPlayer.cs
- ExpressionNode.cs
- MethodBuilder.cs
- Int16Storage.cs
- StringComparer.cs
- CodeVariableDeclarationStatement.cs
- XsltFunctions.cs
- WindowsPrincipal.cs
- DeploymentExceptionMapper.cs
- IntSecurity.cs
- WCFModelStrings.Designer.cs
- PageAsyncTaskManager.cs
- TraceContext.cs
- AppSettingsReader.cs
- SplitContainer.cs
- LogLogRecordHeader.cs
- MessageVersion.cs
- ItemsChangedEventArgs.cs
- HttpStaticObjectsCollectionBase.cs
- AccessDataSource.cs
- DataColumnPropertyDescriptor.cs
- DataSourceXmlElementAttribute.cs
- BulletedListDesigner.cs
- GeometryGroup.cs
- ArrangedElementCollection.cs
- TemplateBindingExtensionConverter.cs
- OleDbTransaction.cs
- DataServiceContext.cs
- TableColumn.cs
- SystemPens.cs
- TableStyle.cs
- EventDriven.cs
- UndoManager.cs
- SystemParameters.cs
- CqlIdentifiers.cs
- RectangleHotSpot.cs
- WebPartUserCapability.cs
- StackBuilderSink.cs