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; } ////// /// 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./// Retrieves a list of associated components. These are components that should be incluced in a cut or copy operation on this component. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartMovingEventArgs.cs
- QilPatternFactory.cs
- DesignerActionGlyph.cs
- BrowserDefinitionCollection.cs
- StateMachineSubscriptionManager.cs
- DependencySource.cs
- ValidationErrorCollection.cs
- _HeaderInfo.cs
- BindingExpression.cs
- SoapServerProtocol.cs
- InvalidCommandTreeException.cs
- PreProcessInputEventArgs.cs
- DesignerActionUIService.cs
- BamlLocalizableResource.cs
- DecimalSumAggregationOperator.cs
- OrderingExpression.cs
- WhitespaceRuleReader.cs
- BaseValidator.cs
- Utility.cs
- OdbcInfoMessageEvent.cs
- SystemEvents.cs
- XpsTokenContext.cs
- ServiceObjectContainer.cs
- WindowsHyperlink.cs
- SqlDataSourceEnumerator.cs
- XamlInt32CollectionSerializer.cs
- Html32TextWriter.cs
- EventLogConfiguration.cs
- TreeNodeStyle.cs
- CacheOutputQuery.cs
- XsdDataContractExporter.cs
- Utils.cs
- DomainConstraint.cs
- UIntPtr.cs
- XsltLoader.cs
- BindingListCollectionView.cs
- TransformedBitmap.cs
- ResourceManagerWrapper.cs
- Model3DGroup.cs
- Msec.cs
- Point3DKeyFrameCollection.cs
- XmlIlTypeHelper.cs
- ManifestSignedXml.cs
- ArrayHelper.cs
- ReadWriteObjectLock.cs
- UrlMappingsModule.cs
- Content.cs
- Transform3DGroup.cs
- MetadataItemSerializer.cs
- ObjectStateManagerMetadata.cs
- ConfigurationSchemaErrors.cs
- MaskedTextBoxTextEditor.cs
- DataFormats.cs
- ProcessStartInfo.cs
- StateManagedCollection.cs
- TextSegment.cs
- ArgIterator.cs
- RequestQueryParser.cs
- OutputCacheModule.cs
- FrameworkContentElementAutomationPeer.cs
- UrlMappingCollection.cs
- SyndicationDeserializer.cs
- mansign.cs
- FileDialogPermission.cs
- LiteralTextContainerControlBuilder.cs
- XamlHostingSectionGroup.cs
- SourceChangedEventArgs.cs
- DataGridItemEventArgs.cs
- SerializableAttribute.cs
- SourceElementsCollection.cs
- LoginView.cs
- ipaddressinformationcollection.cs
- RoleGroup.cs
- ManualWorkflowSchedulerService.cs
- CodeDomSerializer.cs
- PerformanceCounterCategory.cs
- BaseDataListComponentEditor.cs
- Privilege.cs
- BufferAllocator.cs
- SqlRowUpdatedEvent.cs
- BitFlagsGenerator.cs
- LoginStatusDesigner.cs
- DataGridViewSelectedRowCollection.cs
- XmlFormatMapping.cs
- ErrorProvider.cs
- X509CertificateChain.cs
- BitmapImage.cs
- VisualBrush.cs
- DefaultTraceListener.cs
- QilUnary.cs
- ProgressBarBrushConverter.cs
- OwnerDrawPropertyBag.cs
- GridViewActionList.cs
- DataGridItemEventArgs.cs
- StopStoryboard.cs
- KnownColorTable.cs
- SchemaNamespaceManager.cs
- DesignerForm.cs
- ConfigXmlSignificantWhitespace.cs
- ShaderEffect.cs