Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / UICuesEvent.cs / 1305376 / UICuesEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Windows.Forms { ////// /// [Flags] public enum UICues { ////// Specifies UI state. /// ////// /// Focus rectangles are shown after the change. /// ShowFocus = 0x01, ////// /// Keyboard cues are underlined after the change. /// ShowKeyboard = 0x02, ////// /// Shown = ShowFocus | ShowKeyboard, ///[To be supplied.] ////// /// The state of the focus cues has changed. /// ChangeFocus = 0x04, ////// /// The state of the keyboard cues has changed. /// ChangeKeyboard = 0x08, ////// /// Changed = ChangeFocus | ChangeKeyboard, ///[To be supplied.] ////// /// None = 0x00, } ///[To be supplied.] ////// /// public class UICuesEventArgs : EventArgs { private readonly UICues uicues; ////// Provides data for the ///event. /// /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public UICuesEventArgs(UICues uicues) { this.uicues = uicues; } ///[To be supplied.] ////// /// Focus rectangles are shown after the change. /// public bool ShowFocus { get { return (uicues & UICues.ShowFocus) != 0; } } ////// /// Keyboard cues are underlined after the change. /// public bool ShowKeyboard { get { return (uicues & UICues.ShowKeyboard) != 0; } } ////// /// The state of the focus cues has changed. /// public bool ChangeFocus { get { return (uicues & UICues.ChangeFocus) != 0; } } ////// /// The state of the keyboard cues has changed. /// public bool ChangeKeyboard { get { return (uicues & UICues.ChangeKeyboard) != 0; } } ////// /// public UICues Changed { get { return (uicues & UICues.Changed); } } } } // 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 { ////// /// [Flags] public enum UICues { ////// Specifies UI state. /// ////// /// Focus rectangles are shown after the change. /// ShowFocus = 0x01, ////// /// Keyboard cues are underlined after the change. /// ShowKeyboard = 0x02, ////// /// Shown = ShowFocus | ShowKeyboard, ///[To be supplied.] ////// /// The state of the focus cues has changed. /// ChangeFocus = 0x04, ////// /// The state of the keyboard cues has changed. /// ChangeKeyboard = 0x08, ////// /// Changed = ChangeFocus | ChangeKeyboard, ///[To be supplied.] ////// /// None = 0x00, } ///[To be supplied.] ////// /// public class UICuesEventArgs : EventArgs { private readonly UICues uicues; ////// Provides data for the ///event. /// /// /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] public UICuesEventArgs(UICues uicues) { this.uicues = uicues; } ///[To be supplied.] ////// /// Focus rectangles are shown after the change. /// public bool ShowFocus { get { return (uicues & UICues.ShowFocus) != 0; } } ////// /// Keyboard cues are underlined after the change. /// public bool ShowKeyboard { get { return (uicues & UICues.ShowKeyboard) != 0; } } ////// /// The state of the focus cues has changed. /// public bool ChangeFocus { get { return (uicues & UICues.ChangeFocus) != 0; } } ////// /// The state of the keyboard cues has changed. /// public bool ChangeKeyboard { get { return (uicues & UICues.ChangeKeyboard) != 0; } } ////// /// public UICues Changed { get { return (uicues & UICues.Changed); } } } } // 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
- DataFormats.cs
- XmlComplianceUtil.cs
- EmbeddedObject.cs
- IconHelper.cs
- SafeEventLogWriteHandle.cs
- EventWaitHandleSecurity.cs
- ContentIterators.cs
- Condition.cs
- DbProviderFactories.cs
- SmiSettersStream.cs
- CardSpacePolicyElement.cs
- CodeSnippetStatement.cs
- DateTimeUtil.cs
- PriorityBinding.cs
- TableLayoutStyle.cs
- LoadRetryStrategyFactory.cs
- ProcessInputEventArgs.cs
- Pair.cs
- ResourceReader.cs
- LassoSelectionBehavior.cs
- ContainerUIElement3D.cs
- DataRelationCollection.cs
- VectorCollectionValueSerializer.cs
- UTF7Encoding.cs
- ErrorWrapper.cs
- PrivilegeNotHeldException.cs
- Window.cs
- OutputCacheSettings.cs
- XXXInfos.cs
- SignedXml.cs
- SqlConnectionString.cs
- RegisteredExpandoAttribute.cs
- GeneralTransform.cs
- ProcessModuleCollection.cs
- FilterEventArgs.cs
- PropertyGeneratedEventArgs.cs
- AttachedAnnotation.cs
- ImportContext.cs
- ConfigurationProperty.cs
- NamespaceList.cs
- DbConnectionPoolGroup.cs
- DataGridViewCellValidatingEventArgs.cs
- CryptoStream.cs
- GeneratedContractType.cs
- FontWeightConverter.cs
- SapiRecoContext.cs
- GenerateTemporaryTargetAssembly.cs
- OutputCacheSettings.cs
- XPathBinder.cs
- MasterPageCodeDomTreeGenerator.cs
- BasePattern.cs
- XmlDocumentFragment.cs
- PathSegment.cs
- FileLevelControlBuilderAttribute.cs
- TargetInvocationException.cs
- TimestampInformation.cs
- XmlAtomicValue.cs
- DocumentDesigner.cs
- safelinkcollection.cs
- ReadOnlyNameValueCollection.cs
- PropertyToken.cs
- XsltCompileContext.cs
- counter.cs
- InheritanceAttribute.cs
- HttpDebugHandler.cs
- DesignerSerializationOptionsAttribute.cs
- RemoveStoryboard.cs
- ClusterUtils.cs
- DataSetMappper.cs
- BoolExpr.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- ModelVisual3D.cs
- MemberDescriptor.cs
- LayoutUtils.cs
- Select.cs
- DateTimeFormatInfoScanner.cs
- PageThemeBuildProvider.cs
- MergeFailedEvent.cs
- safemediahandle.cs
- StrokeFIndices.cs
- LoopExpression.cs
- NamedPipeAppDomainProtocolHandler.cs
- MetadataPropertyAttribute.cs
- Collection.cs
- XsltOutput.cs
- SqlNode.cs
- ZipIOExtraFieldZip64Element.cs
- InheritedPropertyChangedEventArgs.cs
- NotEqual.cs
- SizeAnimationUsingKeyFrames.cs
- WebZone.cs
- SerializationException.cs
- DrawingBrush.cs
- PropertyChangeTracker.cs
- ExpressionPrinter.cs
- PropertyGridView.cs
- _DisconnectOverlappedAsyncResult.cs
- TextLineBreak.cs
- CodeDirectiveCollection.cs
- DeleteStoreRequest.cs