Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / StatusBarDesigner.cs / 1 / StatusBarDesigner.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Scope="member", Target="System.Windows.Forms.Design.StatusBarDesigner..ctor()")]
namespace System.Windows.Forms.Design {
using System.Runtime.InteropServices;
using System.ComponentModel;
using System.Diagnostics;
using System;
using System.ComponentModel.Design;
using System.Windows.Forms;
using System.Collections;
///
///
/// This class handles all design time behavior for the status bar class.
///
internal class StatusBarDesigner : ControlDesigner {
public StatusBarDesigner() {
AutoResizeHandles = true;
}
///
///
///
/// Retrieves a list of associated components. These are components that should be incluced in a cut or copy operation on this component.
///
///
public override ICollection AssociatedComponents {
get {
StatusBar sb = Control as StatusBar;
if (sb != null) {
return sb.Panels;
}
return base.AssociatedComponents;
}
}
}
}
// 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
- XmlTextWriter.cs
- SqlMethodAttribute.cs
- ApplicationException.cs
- StretchValidation.cs
- ValueQuery.cs
- DataTableClearEvent.cs
- ProcessThread.cs
- ActionMessageFilterTable.cs
- XmlDomTextWriter.cs
- OleDbRowUpdatingEvent.cs
- MergablePropertyAttribute.cs
- EnumerableValidator.cs
- PartialCachingControl.cs
- CollectionCodeDomSerializer.cs
- PickBranch.cs
- StreamMarshaler.cs
- ExtensionQuery.cs
- MessageAction.cs
- ArgumentNullException.cs
- XmlSchemaSubstitutionGroup.cs
- TemplatedMailWebEventProvider.cs
- OleDbRowUpdatedEvent.cs
- StyleSheet.cs
- ExpressionPrefixAttribute.cs
- DetailsViewDeleteEventArgs.cs
- ADConnectionHelper.cs
- BinarySerializer.cs
- SchemaLookupTable.cs
- ResourcePermissionBaseEntry.cs
- RoleBoolean.cs
- FileDialog_Vista_Interop.cs
- StateMachine.cs
- XmlSerializationWriter.cs
- COM2PictureConverter.cs
- TimeSpanValidatorAttribute.cs
- DescendantBaseQuery.cs
- HttpClientCredentialType.cs
- XmlILConstructAnalyzer.cs
- RichTextBoxAutomationPeer.cs
- XPathNodeInfoAtom.cs
- DrawTreeNodeEventArgs.cs
- ControlBuilder.cs
- GlyphsSerializer.cs
- RegisteredExpandoAttribute.cs
- SafeRegistryHandle.cs
- BaseCodePageEncoding.cs
- ListViewContainer.cs
- FieldNameLookup.cs
- AutomationEvent.cs
- ConnectionInterfaceCollection.cs
- CaseInsensitiveOrdinalStringComparer.cs
- PrintEvent.cs
- ScriptServiceAttribute.cs
- ContractListAdapter.cs
- MessageSmuggler.cs
- PrintingPermissionAttribute.cs
- ContentValidator.cs
- MatrixTransform.cs
- VersionPair.cs
- XmlBindingWorker.cs
- ZipIOFileItemStream.cs
- AppDomainManager.cs
- CodeMethodInvokeExpression.cs
- RegexStringValidator.cs
- ToolboxService.cs
- AssemblyCollection.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- EncryptedPackageFilter.cs
- XmlSiteMapProvider.cs
- InternalRelationshipCollection.cs
- ValidatingReaderNodeData.cs
- TextRunProperties.cs
- RemotingAttributes.cs
- TemplatePropertyEntry.cs
- MatrixCamera.cs
- WebPartDeleteVerb.cs
- TextServicesProperty.cs
- CodeAttachEventStatement.cs
- sqlser.cs
- WorkflowService.cs
- RadioButtonBaseAdapter.cs
- TextCharacters.cs
- BehaviorDragDropEventArgs.cs
- UnaryOperationBinder.cs
- DbInsertCommandTree.cs
- Operator.cs
- MarkupCompilePass2.cs
- Point4DConverter.cs
- MemberRelationshipService.cs
- ComboBoxAutomationPeer.cs
- Unit.cs
- XmlMessageFormatter.cs
- PropertyDescriptorGridEntry.cs
- AsymmetricCryptoHandle.cs
- PartitionedStreamMerger.cs
- TypeGeneratedEventArgs.cs
- ObjectToIdCache.cs
- GreenMethods.cs
- cookie.cs
- MenuItemCollection.cs