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
- FactoryGenerator.cs
- TemplatedWizardStep.cs
- AppDomainFactory.cs
- CellParaClient.cs
- XmlUtil.cs
- GeometryGroup.cs
- Context.cs
- ConnectAlgorithms.cs
- BrowserDefinitionCollection.cs
- MethodBuilderInstantiation.cs
- FacetDescriptionElement.cs
- SchemaImporter.cs
- DataSpaceManager.cs
- HebrewNumber.cs
- ColorAnimationUsingKeyFrames.cs
- X509ChainPolicy.cs
- PrintingPermission.cs
- ObjectResult.cs
- ImageMap.cs
- ScrollContentPresenter.cs
- LinqDataSource.cs
- CacheEntry.cs
- Matrix3DStack.cs
- OdbcCommand.cs
- InfocardClientCredentials.cs
- DataRowChangeEvent.cs
- TextServicesHost.cs
- MarshalDirectiveException.cs
- SqlEnums.cs
- CodeCastExpression.cs
- WindowsGraphics2.cs
- FixedFlowMap.cs
- DoubleKeyFrameCollection.cs
- _LocalDataStore.cs
- XmlILOptimizerVisitor.cs
- UnsafeNativeMethods.cs
- SqlFormatter.cs
- ReceiveContextCollection.cs
- SystemSounds.cs
- XmlJsonWriter.cs
- WorkflowClientDeliverMessageWrapper.cs
- HMACRIPEMD160.cs
- PackageRelationshipSelector.cs
- TrustManager.cs
- ProfessionalColors.cs
- QuadraticBezierSegment.cs
- DocumentOrderQuery.cs
- TraceInternal.cs
- ColumnCollection.cs
- SimpleWebHandlerParser.cs
- HttpTransportSecurityElement.cs
- FontStyleConverter.cs
- EmptyElement.cs
- Vector3D.cs
- Rotation3DKeyFrameCollection.cs
- CallContext.cs
- PageStatePersister.cs
- GreaterThanOrEqual.cs
- TextEmbeddedObject.cs
- GridViewRowPresenter.cs
- ExpressionNormalizer.cs
- QueryConverter.cs
- WaitForChangedResult.cs
- NativeRightsManagementAPIsStructures.cs
- RSAPKCS1KeyExchangeFormatter.cs
- IFlowDocumentViewer.cs
- TraceListeners.cs
- Decoder.cs
- ProtectedConfigurationProviderCollection.cs
- TextEditorTyping.cs
- NameValueConfigurationElement.cs
- SiteMapNode.cs
- MailMessageEventArgs.cs
- GridViewCancelEditEventArgs.cs
- DependencyPropertyDescriptor.cs
- VerbConverter.cs
- UniformGrid.cs
- MethodToken.cs
- SoapReflectionImporter.cs
- EntityDesignPluralizationHandler.cs
- ScriptMethodAttribute.cs
- BindingManagerDataErrorEventArgs.cs
- NotFiniteNumberException.cs
- WebPartManagerInternals.cs
- QueueException.cs
- Soap.cs
- EmptyControlCollection.cs
- _RequestLifetimeSetter.cs
- TransformerInfoCollection.cs
- SoapTypeAttribute.cs
- ExceptionRoutedEventArgs.cs
- SplitterPanel.cs
- FlowDocumentPaginator.cs
- MetadataException.cs
- Cursor.cs
- PinnedBufferMemoryStream.cs
- FtpWebResponse.cs
- DbCommandTree.cs
- InputLangChangeEvent.cs
- OperatingSystem.cs