Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- HMACSHA384.cs
- AdornerDecorator.cs
- ResourceSet.cs
- CollectionViewGroupRoot.cs
- MouseWheelEventArgs.cs
- ColorAnimationBase.cs
- BufferBuilder.cs
- Duration.cs
- DocumentStream.cs
- WebPartEditorCancelVerb.cs
- FileChangeNotifier.cs
- SynchronizedKeyedCollection.cs
- StrokeDescriptor.cs
- AliasExpr.cs
- LocalizabilityAttribute.cs
- ContextStaticAttribute.cs
- HttpListenerRequest.cs
- LocalizableResourceBuilder.cs
- SqlDataSource.cs
- Serializer.cs
- StylusButton.cs
- DocumentViewerAutomationPeer.cs
- RawTextInputReport.cs
- SerializationSectionGroup.cs
- RoutedEvent.cs
- NativeMethods.cs
- TrackingAnnotationCollection.cs
- HttpPostClientProtocol.cs
- EdmComplexTypeAttribute.cs
- DbMetaDataFactory.cs
- StringUtil.cs
- AmbientLight.cs
- WizardSideBarListControlItem.cs
- StylusEventArgs.cs
- ConnectionStringsSection.cs
- HttpCachePolicyElement.cs
- StandardTransformFactory.cs
- SchemaCollectionCompiler.cs
- EntryPointNotFoundException.cs
- ValidationEventArgs.cs
- UmAlQuraCalendar.cs
- SettingsProperty.cs
- ClientTargetCollection.cs
- StructuredTypeEmitter.cs
- ToolStripScrollButton.cs
- AutomationPeer.cs
- IsolatedStorage.cs
- ConfigsHelper.cs
- ProxyWebPart.cs
- SqlCacheDependencySection.cs
- PackWebRequest.cs
- LocalizabilityAttribute.cs
- DataGridHeaderBorder.cs
- CheckBoxFlatAdapter.cs
- _BasicClient.cs
- OneOfTypeConst.cs
- HttpCachePolicyElement.cs
- TextDecorationUnitValidation.cs
- MouseEvent.cs
- NativeRecognizer.cs
- WebServiceAttribute.cs
- GroupQuery.cs
- ZipIOCentralDirectoryFileHeader.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- ContainerCodeDomSerializer.cs
- BitmapFrameEncode.cs
- EventItfInfo.cs
- StdValidatorsAndConverters.cs
- ImageClickEventArgs.cs
- XmlSchemaSimpleContent.cs
- WorkflowMarkupSerializerMapping.cs
- MutexSecurity.cs
- SizeKeyFrameCollection.cs
- TextMessageEncoder.cs
- FontStyle.cs
- TaiwanLunisolarCalendar.cs
- CodeRegionDirective.cs
- HotSpotCollection.cs
- DataServiceSaveChangesEventArgs.cs
- COSERVERINFO.cs
- FrameworkElement.cs
- Int32CollectionConverter.cs
- Peer.cs
- AmbientEnvironment.cs
- isolationinterop.cs
- ObjectSecurity.cs
- TraversalRequest.cs
- NumberSubstitution.cs
- TransformedBitmap.cs
- RowToParametersTransformer.cs
- SR.cs
- SwitchLevelAttribute.cs
- TimeoutConverter.cs
- VisualCollection.cs
- InvalidProgramException.cs
- StringAttributeCollection.cs
- EntityTemplateUserControl.cs
- CodeGroup.cs
- FormParameter.cs
- SafeFileMappingHandle.cs