Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Design / PropertyValueUIItem.cs / 1305376 / PropertyValueUIItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Drawing.Design { using System.Diagnostics; using Microsoft.Win32; using System.Collections; using System.Drawing; ////// /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class PropertyValueUIItem { ///Provides information about the property value UI including the invoke /// handler, tool tip, and the glyph icon to be displayed on the property /// browser. ////// /// The image to display for this. Must be 8x8 /// private Image itemImage; ////// /// The handler to fire if this item is double clicked. /// private PropertyValueUIItemInvokeHandler handler; ////// /// The tooltip for this item. /// private string tooltip; ////// /// public PropertyValueUIItem(Image uiItemImage, PropertyValueUIItemInvokeHandler handler, string tooltip){ this.itemImage = uiItemImage; this.handler = handler; if (itemImage == null) { throw new ArgumentNullException("uiItemImage"); } if (handler == null) { throw new ArgumentNullException("handler"); } this.tooltip = tooltip; } ///Initiailzes a new instance of the ///class. /// /// public virtual Image Image { get { return itemImage; } } ///Gets or sets /// the 8x8 pixel image that will be drawn on the properties window. ////// /// public virtual PropertyValueUIItemInvokeHandler InvokeHandler { get { return handler; } } ///Gets or sets the handler that will be raised when this item is double clicked. ////// /// public virtual string ToolTip { get { return tooltip; } } ///Gets or sets the /// tool tip to display for this item. ////// /// public virtual void Reset(){ } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Resets the UI item. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Drawing.Design { using System.Diagnostics; using Microsoft.Win32; using System.Collections; using System.Drawing; ////// /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class PropertyValueUIItem { ///Provides information about the property value UI including the invoke /// handler, tool tip, and the glyph icon to be displayed on the property /// browser. ////// /// The image to display for this. Must be 8x8 /// private Image itemImage; ////// /// The handler to fire if this item is double clicked. /// private PropertyValueUIItemInvokeHandler handler; ////// /// The tooltip for this item. /// private string tooltip; ////// /// public PropertyValueUIItem(Image uiItemImage, PropertyValueUIItemInvokeHandler handler, string tooltip){ this.itemImage = uiItemImage; this.handler = handler; if (itemImage == null) { throw new ArgumentNullException("uiItemImage"); } if (handler == null) { throw new ArgumentNullException("handler"); } this.tooltip = tooltip; } ///Initiailzes a new instance of the ///class. /// /// public virtual Image Image { get { return itemImage; } } ///Gets or sets /// the 8x8 pixel image that will be drawn on the properties window. ////// /// public virtual PropertyValueUIItemInvokeHandler InvokeHandler { get { return handler; } } ///Gets or sets the handler that will be raised when this item is double clicked. ////// /// public virtual string ToolTip { get { return tooltip; } } ///Gets or sets the /// tool tip to display for this item. ////// /// public virtual void Reset(){ } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Resets the UI item. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProviderConnectionPointCollection.cs
- BehaviorEditorPart.cs
- SqlWriter.cs
- ExceptionRoutedEventArgs.cs
- MessageSecurityVersion.cs
- ElementHostAutomationPeer.cs
- IssuanceLicense.cs
- RelatedView.cs
- QilLoop.cs
- ExpandedProjectionNode.cs
- HitTestFilterBehavior.cs
- TextEditorMouse.cs
- MessagePartDescriptionCollection.cs
- ScrollBarRenderer.cs
- _NestedSingleAsyncResult.cs
- Parameter.cs
- TokenizerHelper.cs
- StsCommunicationException.cs
- WindowsFormsLinkLabel.cs
- BitmapData.cs
- EntityDataSourceDataSelection.cs
- EventMappingSettings.cs
- GB18030Encoding.cs
- KeyTime.cs
- XmlDownloadManager.cs
- PropertyManager.cs
- AccessDataSourceWizardForm.cs
- DataServices.cs
- TdsRecordBufferSetter.cs
- TextEditorThreadLocalStore.cs
- ContextProperty.cs
- AttributeEmitter.cs
- BufferManager.cs
- SocketException.cs
- TransformedBitmap.cs
- EngineSiteSapi.cs
- SqlConnectionPoolProviderInfo.cs
- ICspAsymmetricAlgorithm.cs
- BCLDebug.cs
- WebScriptServiceHostFactory.cs
- entityreference_tresulttype.cs
- CommandPlan.cs
- TypeExtensionConverter.cs
- UInt32Converter.cs
- RolePrincipal.cs
- ProcessProtocolHandler.cs
- TreeNodeBindingCollection.cs
- XmlSchemaInfo.cs
- Expressions.cs
- FrameworkContentElement.cs
- X509PeerCertificateElement.cs
- MutexSecurity.cs
- PolyBezierSegment.cs
- HandledEventArgs.cs
- DatePickerDateValidationErrorEventArgs.cs
- ReadOnlyDataSourceView.cs
- PropertyChangingEventArgs.cs
- SerializationObjectManager.cs
- TextSpan.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- LongAverageAggregationOperator.cs
- ParameterModifier.cs
- WebPartPersonalization.cs
- UpdatePanelControlTrigger.cs
- ToolStripPanel.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- MimeObjectFactory.cs
- CorrelationTokenTypeConvertor.cs
- PreservationFileReader.cs
- DisposableCollectionWrapper.cs
- FrameworkContentElementAutomationPeer.cs
- XmlNodeList.cs
- BitmapEffectCollection.cs
- Accessible.cs
- UnionCodeGroup.cs
- DoubleStorage.cs
- RemotingException.cs
- TreeViewDataItemAutomationPeer.cs
- MenuTracker.cs
- EmbeddedMailObjectsCollection.cs
- XmlTextReaderImpl.cs
- WindowsEditBoxRange.cs
- VBIdentifierTrimConverter.cs
- DataSvcMapFile.cs
- CharAnimationUsingKeyFrames.cs
- SendMailErrorEventArgs.cs
- BinHexDecoder.cs
- TabControlCancelEvent.cs
- XmlSchemaImport.cs
- PropertyGeneratedEventArgs.cs
- ErrorEventArgs.cs
- GCHandleCookieTable.cs
- CodePageEncoding.cs
- ExpressionConverter.cs
- ListViewItem.cs
- TreeNode.cs
- PropertyEmitterBase.cs
- DataServiceSaveChangesEventArgs.cs
- ScriptResourceMapping.cs
- DesignerSerializerAttribute.cs