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 / QueryAccessibilityHelpEvent.cs / 1 / QueryAccessibilityHelpEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using Microsoft.Win32; ////// /// The QueryAccessibilityHelpEventArgs is fired when AccessibleObject /// is providing help to accessibility applications. /// [System.Runtime.InteropServices.ComVisible(true)] public class QueryAccessibilityHelpEventArgs : EventArgs { private string helpNamespace; private string helpString; private string helpKeyword; ////// /// public QueryAccessibilityHelpEventArgs() { } ///[To be supplied.] ////// /// public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { this.helpNamespace = helpNamespace; this.helpString = helpString; this.helpKeyword = helpKeyword; } ///[To be supplied.] ////// /// public string HelpNamespace { get { return helpNamespace; } set { helpNamespace = value; } } ///[To be supplied.] ////// /// public string HelpString { get { return helpString; } set { helpString = value; } } ///[To be supplied.] ////// /// public string HelpKeyword { get { return helpKeyword; } set { helpKeyword = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using System.Windows.Forms; using Microsoft.Win32; ////// /// The QueryAccessibilityHelpEventArgs is fired when AccessibleObject /// is providing help to accessibility applications. /// [System.Runtime.InteropServices.ComVisible(true)] public class QueryAccessibilityHelpEventArgs : EventArgs { private string helpNamespace; private string helpString; private string helpKeyword; ////// /// public QueryAccessibilityHelpEventArgs() { } ///[To be supplied.] ////// /// public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { this.helpNamespace = helpNamespace; this.helpString = helpString; this.helpKeyword = helpKeyword; } ///[To be supplied.] ////// /// public string HelpNamespace { get { return helpNamespace; } set { helpNamespace = value; } } ///[To be supplied.] ////// /// public string HelpString { get { return helpString; } set { helpString = value; } } ///[To be supplied.] ////// /// public string HelpKeyword { get { return helpKeyword; } set { helpKeyword = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodePrimitiveExpression.cs
- DropTarget.cs
- ConnectionsZone.cs
- MaterializeFromAtom.cs
- Visual3D.cs
- WorkflowInstance.cs
- SplineKeyFrames.cs
- QilGeneratorEnv.cs
- FlagsAttribute.cs
- SignedInfo.cs
- NativeMethods.cs
- InstancePersistenceCommandException.cs
- PublishLicense.cs
- EventProviderClassic.cs
- Context.cs
- SqlFlattener.cs
- ShaderRenderModeValidation.cs
- WinEventWrap.cs
- DataGridParentRows.cs
- VolatileEnlistmentMultiplexing.cs
- RealProxy.cs
- TextEndOfSegment.cs
- CategoryEditor.cs
- SerializationException.cs
- BuilderPropertyEntry.cs
- HostSecurityManager.cs
- SoapAttributeOverrides.cs
- Pair.cs
- TraceUtility.cs
- DecimalAverageAggregationOperator.cs
- MenuAutomationPeer.cs
- QueryCreatedEventArgs.cs
- ConfigurationManagerInternalFactory.cs
- VariableExpressionConverter.cs
- DBDataPermission.cs
- DecimalAnimation.cs
- EditingCommands.cs
- CodeAttributeDeclarationCollection.cs
- ModelItemCollectionImpl.cs
- SystemWebExtensionsSectionGroup.cs
- ErrorWrapper.cs
- KeyFrames.cs
- ToolStripInSituService.cs
- Point3D.cs
- XmlAnyElementAttributes.cs
- ColorMatrix.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- SqlException.cs
- SafeSecurityHelper.cs
- BaseProcessProtocolHandler.cs
- ListenerConnectionModeReader.cs
- DateTimeValueSerializer.cs
- ListCollectionView.cs
- TriggerCollection.cs
- Environment.cs
- BaseWebProxyFinder.cs
- Mutex.cs
- InputLanguageProfileNotifySink.cs
- XmlTextReaderImplHelpers.cs
- __Error.cs
- ProfileGroupSettings.cs
- brushes.cs
- ContextProperty.cs
- RouteItem.cs
- DesignerOptionService.cs
- HttpWebResponse.cs
- ProjectionPlan.cs
- DataGridViewButtonColumn.cs
- HandledMouseEvent.cs
- StaticDataManager.cs
- ElapsedEventArgs.cs
- XmlILTrace.cs
- Header.cs
- DebugController.cs
- MetadataArtifactLoaderCompositeFile.cs
- DelegatingChannelListener.cs
- MissingMemberException.cs
- DragStartedEventArgs.cs
- SHA1.cs
- RawAppCommandInputReport.cs
- DataViewManager.cs
- AnimationClock.cs
- CodeLinePragma.cs
- NetPipeSection.cs
- CompositeActivityDesigner.cs
- VectorAnimationBase.cs
- OdbcInfoMessageEvent.cs
- StrongNameKeyPair.cs
- SortDescriptionCollection.cs
- SplitContainer.cs
- IndentedWriter.cs
- ExpressionConverter.cs
- SiteMembershipCondition.cs
- ViewBox.cs
- KnownAssembliesSet.cs
- RequestQueryProcessor.cs
- WebControlsSection.cs
- rsa.cs
- SubMenuStyleCollectionEditor.cs
- DynamicValidatorEventArgs.cs