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 / ToolStripItemRenderEventArgs.cs / 1 / ToolStripItemRenderEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Drawing;
///
///
public class ToolStripItemRenderEventArgs : EventArgs {
private ToolStripItem item = null;
private Graphics graphics = null;
///
///
/// This class represents all the information to render the winbar
///
public ToolStripItemRenderEventArgs(Graphics g, ToolStripItem item) {
this.item = item;
this.graphics = g;
}
///
///
/// the graphics object to draw with
///
public Graphics Graphics {
get {
return graphics;
}
}
///
///
/// the item to draw
///
public ToolStripItem Item {
get {
return item;
}
}
///
///
/// The toolstrip the item is currently parented to
///
public ToolStrip ToolStrip {
get {
return item.ParentInternal;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Drawing;
///
///
public class ToolStripItemRenderEventArgs : EventArgs {
private ToolStripItem item = null;
private Graphics graphics = null;
///
///
/// This class represents all the information to render the winbar
///
public ToolStripItemRenderEventArgs(Graphics g, ToolStripItem item) {
this.item = item;
this.graphics = g;
}
///
///
/// the graphics object to draw with
///
public Graphics Graphics {
get {
return graphics;
}
}
///
///
/// the item to draw
///
public ToolStripItem Item {
get {
return item;
}
}
///
///
/// The toolstrip the item is currently parented to
///
public ToolStrip ToolStrip {
get {
return item.ParentInternal;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UIAgentAsyncBeginRequest.cs
- Vector.cs
- SqlCacheDependencyDatabase.cs
- HwndHostAutomationPeer.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- ProcessThread.cs
- PaintEvent.cs
- X509Certificate2Collection.cs
- AudioBase.cs
- ConfigurationSectionCollection.cs
- DurableInstanceContextProvider.cs
- TextTreeTextNode.cs
- Image.cs
- HttpSocketManager.cs
- Label.cs
- IChannel.cs
- DataGridViewComboBoxEditingControl.cs
- TreeNodeCollection.cs
- BitmapFrameDecode.cs
- CompressStream.cs
- TPLETWProvider.cs
- OleDbDataReader.cs
- COMException.cs
- UnsafeNativeMethods.cs
- DataGridViewRowEventArgs.cs
- BooleanStorage.cs
- ResourceIDHelper.cs
- OptimalBreakSession.cs
- DbReferenceCollection.cs
- WorkflowMarkupSerializerMapping.cs
- InputMethodStateTypeInfo.cs
- CapiSymmetricAlgorithm.cs
- WindowsAltTab.cs
- WebPartConnectionsCloseVerb.cs
- XmlElement.cs
- DatagridviewDisplayedBandsData.cs
- FontCollection.cs
- HtmlTernaryTree.cs
- AsyncPostBackErrorEventArgs.cs
- TrackingDataItemValue.cs
- StorageMappingItemLoader.cs
- PointLight.cs
- MissingManifestResourceException.cs
- ObjectQueryProvider.cs
- XmlDeclaration.cs
- DataGridViewDataConnection.cs
- DPTypeDescriptorContext.cs
- IPEndPointCollection.cs
- SecurityIdentifierConverter.cs
- TCPClient.cs
- Help.cs
- IItemProperties.cs
- AsymmetricCryptoHandle.cs
- StylesEditorDialog.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SharedPerformanceCounter.cs
- TypeSystemProvider.cs
- GridViewSelectEventArgs.cs
- FileDialogPermission.cs
- MissingSatelliteAssemblyException.cs
- _ServiceNameStore.cs
- XmlSchemaAttributeGroup.cs
- SimpleHandlerFactory.cs
- RandomNumberGenerator.cs
- WebBrowserUriTypeConverter.cs
- HMACSHA512.cs
- SetIterators.cs
- CrossContextChannel.cs
- AppLevelCompilationSectionCache.cs
- ScrollProperties.cs
- DefaultPropertiesToSend.cs
- CompositeControl.cs
- FieldNameLookup.cs
- DataGridViewRow.cs
- AnnotationResourceChangedEventArgs.cs
- CodeStatement.cs
- ListenerElementsCollection.cs
- XmlAttributeAttribute.cs
- FlowDocumentReaderAutomationPeer.cs
- Rfc2898DeriveBytes.cs
- EditBehavior.cs
- UserNameSecurityTokenProvider.cs
- DropShadowBitmapEffect.cs
- PathFigureCollectionConverter.cs
- MetadataArtifactLoaderResource.cs
- PtsPage.cs
- MemberListBinding.cs
- StylusPlugin.cs
- HMACSHA512.cs
- DomainUpDown.cs
- GridItemPattern.cs
- path.cs
- cookieexception.cs
- Update.cs
- DispatchChannelSink.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ResolveCriteria11.cs
- EncryptedPackageFilter.cs
- PathFigureCollectionConverter.cs
- TableLayoutPanelDesigner.cs