FrameworkElement.InputScope 속성
.NET Framework 3.0
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
어셈블리: PresentationFramework(presentationframework.dll)
XML 네임스페이스: http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @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).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.