이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

FrameworkElement.InputScope 속성

Gets or sets the context for input used by this FrameworkElement. This is a dependency property.

네임스페이스: System.Windows
어셈블리: PresentationFramework(presentationframework.dll)
XML 네임스페이스:  http://schemas.microsoft.com/winfx/2006/xaml/presentation

public InputScope InputScope { get; set; }
/** @property */
public InputScope get_InputScope ()

/** @property */
public void set_InputScope (InputScope value)

public function get InputScope () : InputScope

public function set InputScope (value : InputScope)

<object>
  <object.InputScope>
    <InputScope .../>
  </object.InputScope>
</object>
<object InputScope="InputScope" .../>

속성 값

The input scope, which modifies how input from alternative input methods is interpreted. The default value is null 참조(Visual Basic의 경우 Nothing) (which results in a default handling of commands).

Identifier field

InputScopeProperty

Metadata properties set to true

Inherits

This dependency property inherits property values. If there are child elements without other values for InputScope established through local values or styles, then the property system will set the value to be the InputScope value of the nearest ancestor element with this value assigned.

Although a XAML syntax usage is listed and is syntactically allowed, setting this property in XAML is not common.

Microsoft .NET Framework 3.0은 Windows Vista, Microsoft Windows XP SP2 및 Windows Server 2003 SP1에서 지원됩니다.

.NET Framework

3.0에서 지원
이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.