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
- WebConfigurationFileMap.cs
- XmlILOptimizerVisitor.cs
- ComEventsHelper.cs
- LicenseProviderAttribute.cs
- Matrix.cs
- NavigationProperty.cs
- WsdlHelpGeneratorElement.cs
- EntityContainerEmitter.cs
- ToolBarPanel.cs
- WindowsScroll.cs
- UnknownBitmapEncoder.cs
- InitializeCorrelation.cs
- ToolTipAutomationPeer.cs
- X509Certificate.cs
- Keywords.cs
- ComponentResourceKeyConverter.cs
- DataGridViewCellMouseEventArgs.cs
- ComplexPropertyEntry.cs
- RuleSettingsCollection.cs
- SmtpAuthenticationManager.cs
- DispatchChannelSink.cs
- TokenBasedSetEnumerator.cs
- MatrixUtil.cs
- IResourceProvider.cs
- VariableValue.cs
- ResolveNameEventArgs.cs
- XsdBuilder.cs
- FileDialogCustomPlace.cs
- Int32Converter.cs
- PermissionSetTriple.cs
- TypeGeneratedEventArgs.cs
- CacheVirtualItemsEvent.cs
- SQLSingleStorage.cs
- BitVector32.cs
- ToolBarButton.cs
- XmlRawWriterWrapper.cs
- DiagnosticTrace.cs
- SignatureHelper.cs
- metadatamappinghashervisitor.cs
- SafeHandles.cs
- FrameworkContentElement.cs
- NumberFormatInfo.cs
- XmlElement.cs
- WaitHandleCannotBeOpenedException.cs
- TextSelectionHelper.cs
- DocumentSchemaValidator.cs
- ExpressionDumper.cs
- PropertyChangingEventArgs.cs
- DurationConverter.cs
- HttpWrapper.cs
- WebBrowserBase.cs
- StrongNameMembershipCondition.cs
- IndexOutOfRangeException.cs
- XmlCharCheckingWriter.cs
- XmlWellformedWriterHelpers.cs
- PersonalizationProviderHelper.cs
- SortedList.cs
- UnsafeNativeMethods.cs
- PageThemeParser.cs
- Table.cs
- LineServicesRun.cs
- Variable.cs
- CacheManager.cs
- BaseResourcesBuildProvider.cs
- ServiceOperation.cs
- CheckBox.cs
- ImageConverter.cs
- ValueChangedEventManager.cs
- DbDataRecord.cs
- ObjectListItem.cs
- CounterSetInstanceCounterDataSet.cs
- SystemWebCachingSectionGroup.cs
- ProcessInfo.cs
- WindowsPrincipal.cs
- CommentAction.cs
- BindingOperations.cs
- WebPartMenuStyle.cs
- XPathParser.cs
- CompilationUnit.cs
- XmlSchemaObjectCollection.cs
- CompilationSection.cs
- ColumnMap.cs
- EntityContainerEntitySetDefiningQuery.cs
- DocumentViewerAutomationPeer.cs
- SqlUserDefinedAggregateAttribute.cs
- COM2ExtendedUITypeEditor.cs
- EntityContainerAssociationSetEnd.cs
- DesignSurfaceCollection.cs
- KoreanLunisolarCalendar.cs
- Storyboard.cs
- Stream.cs
- CodeSubDirectoriesCollection.cs
- SessionEndedEventArgs.cs
- Compilation.cs
- XmlChildNodes.cs
- DispatchWrapper.cs
- RTLAwareMessageBox.cs
- HelpKeywordAttribute.cs
- _HTTPDateParse.cs
- GatewayIPAddressInformationCollection.cs