Specifies key that entered selected window info value to control value when the key is pushed.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies key that entered selected window info value to control value when the key is pushed.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Overridable Property EnterValueKey As ISNet.WebUI.AccessKey |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CalculatorEditor
Dim value As ISNet.WebUI.AccessKey
instance.EnterValueKey = value
value = instance.EnterValueKey |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies key that entered selected window info value to control value when the key is pushed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public virtual ISNet.WebUI.AccessKey EnterValueKey {get; set;} |
Delphi | |
---|
public read-write property EnterValueKey: ISNet.WebUI.AccessKey; virtual; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies key that entered selected window info value to control value when the key is pushed.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public function get,set EnterValueKey : ISNet.WebUI.AccessKey |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies key that entered selected window info value to control value when the key is pushed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property virtual ISNet.WebUI.AccessKey get_EnterValueKey();
public: __property virtual void set_EnterValueKey(
ISNet.WebUI.AccessKey value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies key that entered selected window info value to control value when the key is pushed.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
virtual property ISNet.WebUI.AccessKey EnterValueKey {
ISNet.WebUI.AccessKey get();
void set ( ISNet.WebUI.AccessKey value);
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also