Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Input / InputMethodStateChangeEventArgs.cs / 1 / InputMethodStateChangeEventArgs.cs
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// Description: Manage Input Method.
//
// History:
// 07/30/2003 : yutakas - Ported from .net tree.
//
//---------------------------------------------------------------------------
using System;
using System.Runtime.InteropServices;
using System.Collections;
using System.Diagnostics;
using System.Globalization;
using System.Security.Permissions;
using System.Windows.Threading;
using System.Windows;
using MS.Internal; //TextServicesInterop
using MS.Utility;
using MS.Win32;
namespace System.Windows.Input
{
//-----------------------------------------------------
//
// InputMethodStateChjangedEventArgs class
//
//-----------------------------------------------------
///
/// This InputMethodStateChangedEventArgs class is
///
public class InputMethodStateChangedEventArgs : EventArgs
{
//------------------------------------------------------
//
// Constructors
//
//-----------------------------------------------------
internal InputMethodStateChangedEventArgs(InputMethodStateType statetype)
{
_statetype = statetype;
}
//------------------------------------------------------
//
// Public Properties
//
//------------------------------------------------------
///
/// IME (open/close) state is changed.
///
public bool IsImeStateChanged
{
get
{
return (_statetype == InputMethodStateType.ImeState);
}
}
///
/// Microphone state is changed.
///
public bool IsMicrophoneStateChanged
{
get
{
return (_statetype == InputMethodStateType.MicrophoneState);
}
}
///
/// Handwriting state is changed.
///
public bool IsHandwritingStateChanged
{
get
{
return (_statetype == InputMethodStateType.HandwritingState);
}
}
///
/// SpeechMode state is changed.
///
public bool IsSpeechModeChanged
{
get
{
return (_statetype == InputMethodStateType.SpeechMode);
}
}
///
/// ImeConversionMode state is changed.
///
public bool IsImeConversionModeChanged
{
get
{
return (_statetype == InputMethodStateType.ImeConversionModeValues);
}
}
///
/// ImeSentenceMode state is changed.
///
public bool IsImeSentenceModeChanged
{
get
{
return (_statetype == InputMethodStateType.ImeSentenceModeValues);
}
}
//-----------------------------------------------------
//
// Private Fields
//
//------------------------------------------------------
#region Private Fields
private InputMethodStateType _statetype;
#endregion Private Fields
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------------
//
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//
// Description: Manage Input Method.
//
// History:
// 07/30/2003 : yutakas - Ported from .net tree.
//
//---------------------------------------------------------------------------
using System;
using System.Runtime.InteropServices;
using System.Collections;
using System.Diagnostics;
using System.Globalization;
using System.Security.Permissions;
using System.Windows.Threading;
using System.Windows;
using MS.Internal; //TextServicesInterop
using MS.Utility;
using MS.Win32;
namespace System.Windows.Input
{
//-----------------------------------------------------
//
// InputMethodStateChjangedEventArgs class
//
//-----------------------------------------------------
///
/// This InputMethodStateChangedEventArgs class is
///
public class InputMethodStateChangedEventArgs : EventArgs
{
//------------------------------------------------------
//
// Constructors
//
//-----------------------------------------------------
internal InputMethodStateChangedEventArgs(InputMethodStateType statetype)
{
_statetype = statetype;
}
//------------------------------------------------------
//
// Public Properties
//
//------------------------------------------------------
///
/// IME (open/close) state is changed.
///
public bool IsImeStateChanged
{
get
{
return (_statetype == InputMethodStateType.ImeState);
}
}
///
/// Microphone state is changed.
///
public bool IsMicrophoneStateChanged
{
get
{
return (_statetype == InputMethodStateType.MicrophoneState);
}
}
///
/// Handwriting state is changed.
///
public bool IsHandwritingStateChanged
{
get
{
return (_statetype == InputMethodStateType.HandwritingState);
}
}
///
/// SpeechMode state is changed.
///
public bool IsSpeechModeChanged
{
get
{
return (_statetype == InputMethodStateType.SpeechMode);
}
}
///
/// ImeConversionMode state is changed.
///
public bool IsImeConversionModeChanged
{
get
{
return (_statetype == InputMethodStateType.ImeConversionModeValues);
}
}
///
/// ImeSentenceMode state is changed.
///
public bool IsImeSentenceModeChanged
{
get
{
return (_statetype == InputMethodStateType.ImeSentenceModeValues);
}
}
//-----------------------------------------------------
//
// Private Fields
//
//------------------------------------------------------
#region Private Fields
private InputMethodStateType _statetype;
#endregion Private Fields
}
}
// 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
- WebBrowserUriTypeConverter.cs
- autovalidator.cs
- ObjectDataSourceMethodEventArgs.cs
- TrackingDataItemValue.cs
- ProfessionalColors.cs
- ContextMenu.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- DispatcherObject.cs
- ConfigXmlWhitespace.cs
- ScrollViewerAutomationPeer.cs
- IxmlLineInfo.cs
- SerialReceived.cs
- DetailsViewAutoFormat.cs
- DataGridColumn.cs
- Lookup.cs
- SmiContext.cs
- DataServiceKeyAttribute.cs
- CapabilitiesPattern.cs
- RenderingEventArgs.cs
- SQLDateTime.cs
- Ipv6Element.cs
- ListViewDataItem.cs
- AutoScrollHelper.cs
- BitSet.cs
- SafeBitVector32.cs
- MenuItem.cs
- DesignerWidgets.cs
- ApplicationSecurityManager.cs
- TextRenderer.cs
- ApplicationCommands.cs
- DrawListViewColumnHeaderEventArgs.cs
- Size.cs
- MetafileHeader.cs
- GPStream.cs
- SchemaImporterExtensionElement.cs
- Int16Animation.cs
- ExpandCollapseIsCheckedConverter.cs
- UnaryExpression.cs
- QuestionEventArgs.cs
- CodeNamespaceImportCollection.cs
- ParseChildrenAsPropertiesAttribute.cs
- CodeStatementCollection.cs
- XmlCDATASection.cs
- MulticastIPAddressInformationCollection.cs
- LambdaValue.cs
- Header.cs
- DocobjHost.cs
- Schedule.cs
- VariableQuery.cs
- _OSSOCK.cs
- DataServiceBehavior.cs
- InvalidMessageContractException.cs
- ObservableDictionary.cs
- MultidimensionalArrayItemReference.cs
- ICollection.cs
- MembershipSection.cs
- EntityDesignerUtils.cs
- StreamSecurityUpgradeInitiator.cs
- TextProviderWrapper.cs
- IDictionary.cs
- NamespaceDecl.cs
- EnumType.cs
- CryptoApi.cs
- BaseProcessor.cs
- ThrowHelper.cs
- MetadataItemEmitter.cs
- SchemaMerger.cs
- LinqDataSourceView.cs
- TextClipboardData.cs
- XmlTextReaderImplHelpers.cs
- RuleConditionDialog.Designer.cs
- XmlFormatMapping.cs
- XPathMultyIterator.cs
- SolidBrush.cs
- EnumerationRangeValidationUtil.cs
- SqlDependencyUtils.cs
- COM2Properties.cs
- EventDescriptorCollection.cs
- PropertyDescriptors.cs
- SvcMapFileLoader.cs
- ImmutableObjectAttribute.cs
- UrlSyndicationContent.cs
- ReadWriteControlDesigner.cs
- XmlSiteMapProvider.cs
- BamlBinaryReader.cs
- PrinterResolution.cs
- MetadataCacheItem.cs
- DialogResultConverter.cs
- StreamInfo.cs
- MULTI_QI.cs
- SystemIPAddressInformation.cs
- TransportConfigurationTypeElementCollection.cs
- XmlNamespaceDeclarationsAttribute.cs
- DesignerSerializerAttribute.cs
- HtmlInputText.cs
- ApplicationFileCodeDomTreeGenerator.cs
- BmpBitmapDecoder.cs
- HashCodeCombiner.cs
- EnterpriseServicesHelper.cs
- SHA512.cs