Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / ToolBarButtonClickEvent.cs / 1 / ToolBarButtonClickEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// public class ToolBarButtonClickEventArgs : EventArgs { private ToolBarButton button; ////// Provides data for the ////// event. /// /// /// public ToolBarButtonClickEventArgs(ToolBarButton button) { this.button = button; } ////// Initializes a new instance of the ////// class. /// /// /// public ToolBarButton Button { get { return button;} set { button = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Specifies the ////// that was clicked. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; ////// /// public class ToolBarButtonClickEventArgs : EventArgs { private ToolBarButton button; ////// Provides data for the ////// event. /// /// /// public ToolBarButtonClickEventArgs(ToolBarButton button) { this.button = button; } ////// Initializes a new instance of the ////// class. /// /// /// public ToolBarButton Button { get { return button;} set { button = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Specifies the ////// that was clicked. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Rotation3DAnimationBase.cs
- HwndProxyElementProvider.cs
- SuppressMessageAttribute.cs
- NestPullup.cs
- ExpressionPrefixAttribute.cs
- InstanceCreationEditor.cs
- ColumnBinding.cs
- XMLSyntaxException.cs
- PageCatalogPart.cs
- ScrollableControl.cs
- SelectionProcessor.cs
- SecurityRuntime.cs
- StylusCollection.cs
- WorkflowPageSetupDialog.cs
- DataGridRowHeaderAutomationPeer.cs
- XmlArrayItemAttribute.cs
- ExtendedPropertyCollection.cs
- CollectionType.cs
- ToolStripItemCollection.cs
- BrowserCapabilitiesCodeGenerator.cs
- LoginView.cs
- Stylesheet.cs
- VersionedStreamOwner.cs
- DesignerLabelAdapter.cs
- CapabilitiesRule.cs
- BasicSecurityProfileVersion.cs
- ResponseStream.cs
- XmlSchemaSimpleContent.cs
- Column.cs
- PageWrapper.cs
- InputScope.cs
- VersionedStream.cs
- ElementProxy.cs
- VersionUtil.cs
- SafeFindHandle.cs
- SpecialTypeDataContract.cs
- SignatureResourcePool.cs
- XpsStructure.cs
- XmlEnumAttribute.cs
- DataGridViewCellStyle.cs
- XmlSchemaInferenceException.cs
- SessionState.cs
- RuntimeHandles.cs
- WindowProviderWrapper.cs
- ProfileSection.cs
- ControlBuilder.cs
- DbUpdateCommandTree.cs
- TemplateBindingExpression.cs
- PeerToPeerException.cs
- HtmlInputPassword.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- ApplicationHost.cs
- CollectionType.cs
- TextPattern.cs
- PointConverter.cs
- CachedPathData.cs
- TextSearch.cs
- TemplateNameScope.cs
- KeyInfo.cs
- MenuItemCollectionEditor.cs
- XmlArrayAttribute.cs
- AllMembershipCondition.cs
- GuidConverter.cs
- InnerItemCollectionView.cs
- PenContext.cs
- SmiMetaDataProperty.cs
- HttpServerProtocol.cs
- SurrogateChar.cs
- SimpleMailWebEventProvider.cs
- LinqDataSourceStatusEventArgs.cs
- ReadOnlyTernaryTree.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- SqlBooleanizer.cs
- RequestCachingSection.cs
- RuleProcessor.cs
- TypefaceMetricsCache.cs
- LostFocusEventManager.cs
- ObjectDataSourceFilteringEventArgs.cs
- MSAAWinEventWrap.cs
- HiddenField.cs
- DefaultBinder.cs
- COM2IDispatchConverter.cs
- TextPointer.cs
- AudioBase.cs
- Membership.cs
- CfgRule.cs
- InternalDuplexChannelListener.cs
- InfoCardX509Validator.cs
- TargetConverter.cs
- ReachFixedPageSerializer.cs
- SystemResourceHost.cs
- StaticSiteMapProvider.cs
- OleStrCAMarshaler.cs
- EventSinkHelperWriter.cs
- SafeFileMapViewHandle.cs
- StringStorage.cs
- SamlAuthenticationClaimResource.cs
- SafeHandle.cs
- listitem.cs
- JapaneseCalendar.cs