Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / SearchForVirtualItemEventArgs.cs / 1305376 / SearchForVirtualItemEventArgs.cs
using System; using System.Drawing; namespace System.Windows.Forms { ///public class SearchForVirtualItemEventArgs : EventArgs { private bool isTextSearch; private bool isPrefixSearch; private bool includeSubItemsInSearch; private string text; private Point startingPoint; private SearchDirectionHint direction; private int startIndex; private int index = -1; /// public SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, Point startingPoint, SearchDirectionHint direction, int startIndex) { this.isTextSearch = isTextSearch; this.isPrefixSearch = isPrefixSearch; this.includeSubItemsInSearch = includeSubItemsInSearch; this.text = text; this.startingPoint = startingPoint; this.direction = direction; this.startIndex = startIndex; } /// public bool IsTextSearch { get { return isTextSearch; } } /// public bool IncludeSubItemsInSearch { get { return includeSubItemsInSearch; } } /// public int Index { get { return this.index; } set { this.index = value; } } /// public bool IsPrefixSearch { get { return isPrefixSearch; } } /// public string Text{ get { return text; } } /// public Point StartingPoint { get { return startingPoint; } } /// public SearchDirectionHint Direction { get { return direction; } } /// public int StartIndex { get { return startIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZoneLinkButton.cs
- ExpressionWriter.cs
- ExpressionBuilderContext.cs
- GeometryCombineModeValidation.cs
- SqlNode.cs
- CopyOfAction.cs
- KeySpline.cs
- Baml6ConstructorInfo.cs
- ListBox.cs
- DesignerVerbCollection.cs
- EmptyStringExpandableObjectConverter.cs
- Pts.cs
- BaseHashHelper.cs
- ToolStripScrollButton.cs
- ChannelManagerService.cs
- AnnotationHelper.cs
- DoWorkEventArgs.cs
- SqlClientPermission.cs
- HttpCacheVaryByContentEncodings.cs
- TypeConstant.cs
- TagPrefixAttribute.cs
- TreeNodeCollectionEditor.cs
- TagPrefixCollection.cs
- Point3DCollectionValueSerializer.cs
- XmlDictionaryWriter.cs
- IPAddressCollection.cs
- DesignerOptionService.cs
- AlternationConverter.cs
- BindingContext.cs
- ExtenderProvidedPropertyAttribute.cs
- EventLogPermission.cs
- BamlWriter.cs
- List.cs
- AllMembershipCondition.cs
- Label.cs
- EntityConnectionStringBuilder.cs
- CheckableControlBaseAdapter.cs
- DictionaryTraceRecord.cs
- GrammarBuilderDictation.cs
- LinqDataSourceContextEventArgs.cs
- ColumnHeaderConverter.cs
- RoleManagerModule.cs
- XmlBindingWorker.cs
- MsmqIntegrationSecurityElement.cs
- SHA1Managed.cs
- AssemblyBuilder.cs
- ClientRoleProvider.cs
- ConsumerConnectionPoint.cs
- HtmlTableCell.cs
- DynamicILGenerator.cs
- Enlistment.cs
- EventLog.cs
- MsmqOutputSessionChannel.cs
- Int64Storage.cs
- InvariantComparer.cs
- XmlDocumentSurrogate.cs
- TextRangeProviderWrapper.cs
- CapacityStreamGeometryContext.cs
- PasswordBoxAutomationPeer.cs
- FilteredSchemaElementLookUpTable.cs
- ToolStripSplitButton.cs
- SoapAttributes.cs
- AssociationTypeEmitter.cs
- SignatureHelper.cs
- CacheDependency.cs
- ZipIOLocalFileBlock.cs
- SynchronizingStream.cs
- TextWriterTraceListener.cs
- MainMenu.cs
- UriParserTemplates.cs
- WebPartEventArgs.cs
- XPathArrayIterator.cs
- HtmlEmptyTagControlBuilder.cs
- control.ime.cs
- DesignerEditorPartChrome.cs
- DefaultAuthorizationContext.cs
- _NTAuthentication.cs
- DataGridBoolColumn.cs
- ZipArchive.cs
- QueryStringHandler.cs
- StreamGeometry.cs
- DeploymentExceptionMapper.cs
- ResourcesChangeInfo.cs
- XmlSecureResolver.cs
- AnnotationComponentChooser.cs
- MaterialGroup.cs
- Transform3DGroup.cs
- SqlBooleanizer.cs
- ColorConverter.cs
- AsyncOperationManager.cs
- SerializationObjectManager.cs
- DbDataSourceEnumerator.cs
- figurelength.cs
- ScaleTransform.cs
- SmiEventSink_DeferedProcessing.cs
- PathNode.cs
- WorkflowMarkupSerializer.cs
- FontDialog.cs
- OleDbRowUpdatingEvent.cs
- ObjectReferenceStack.cs