Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WinForms / System / WinForms / Design / ContextMenuStripGroup.cs / 1 / ContextMenuStripGroup.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms.Design { using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; /// Collection of toolStripItems which can be added as a group to the contextMenuStrip /// which is shown by control designer. /// internal class ContextMenuStripGroup { private Listitems; private string name; public ContextMenuStripGroup(string name) { this.name = name; } public List Items { get { if (items == null) { items = new List (); } return items; } } } } // 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
- Convert.cs
- Pens.cs
- NativeCompoundFileAPIs.cs
- IisTraceWebEventProvider.cs
- TextPointerBase.cs
- BuildProvider.cs
- RealizedColumnsBlock.cs
- ResourceManagerWrapper.cs
- DataControlFieldCell.cs
- DateTimeSerializationSection.cs
- GridViewCancelEditEventArgs.cs
- InheritanceRules.cs
- KeyPressEvent.cs
- OdbcCommand.cs
- ListBox.cs
- BorderGapMaskConverter.cs
- FlowPanelDesigner.cs
- _ListenerRequestStream.cs
- DockEditor.cs
- Module.cs
- MissingMethodException.cs
- _ShellExpression.cs
- ProfileInfo.cs
- TabControl.cs
- DrawingCollection.cs
- ClientTarget.cs
- VerticalAlignConverter.cs
- WindowsFormsHostAutomationPeer.cs
- CodeTypeConstructor.cs
- Menu.cs
- MarkerProperties.cs
- RegexBoyerMoore.cs
- BridgeDataReader.cs
- BitmapEffectInputConnector.cs
- StrokeCollection.cs
- ResourceDisplayNameAttribute.cs
- CompilerScope.cs
- Parser.cs
- ApplicationHost.cs
- storagemappingitemcollection.viewdictionary.cs
- ConfigXmlAttribute.cs
- DataGridTable.cs
- LineGeometry.cs
- ExpressionsCollectionEditor.cs
- SimpleHandlerFactory.cs
- IndexedGlyphRun.cs
- PolicyException.cs
- HtmlInputRadioButton.cs
- GenericAuthenticationEventArgs.cs
- FilePrompt.cs
- RegexRunner.cs
- InkCanvasAutomationPeer.cs
- AppDomainFactory.cs
- TypeHelpers.cs
- SchemaDeclBase.cs
- CodeBinaryOperatorExpression.cs
- MustUnderstandSoapException.cs
- EarlyBoundInfo.cs
- RequestQueue.cs
- DbConnectionOptions.cs
- RepeaterCommandEventArgs.cs
- OverrideMode.cs
- NotifyCollectionChangedEventArgs.cs
- DropTarget.cs
- ReadContentAsBinaryHelper.cs
- UrlEncodedParameterWriter.cs
- TextClipboardData.cs
- DateTimeValueSerializer.cs
- CustomCategoryAttribute.cs
- ResourceProperty.cs
- MobileControlBuilder.cs
- HtmlValidatorAdapter.cs
- SecurityException.cs
- BuildManager.cs
- LayoutEvent.cs
- Interfaces.cs
- ProxyGenerationError.cs
- SQLInt32.cs
- ContextProperty.cs
- SineEase.cs
- WebHeaderCollection.cs
- EventLogger.cs
- ControlHelper.cs
- PropertyItemInternal.cs
- WSTrustFeb2005.cs
- SapiGrammar.cs
- Point3DIndependentAnimationStorage.cs
- MorphHelper.cs
- OpenTypeLayoutCache.cs
- PlanCompiler.cs
- TextSimpleMarkerProperties.cs
- StorageRoot.cs
- XmlQueryRuntime.cs
- WindowsTokenRoleProvider.cs
- EntityDataSourceValidationException.cs
- UnsafeNativeMethods.cs
- ControlValuePropertyAttribute.cs
- CodeDomSerializer.cs
- TextServicesManager.cs
- FlowSwitchLink.cs