Intersoft WebInput Documentation
AccessKey Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > TextEditor Class : AccessKey Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Specifies key that opens window info when the key is pushed.")>
Public Overridable Property AccessKey As ISNet.WebUI.AccessKey
Visual Basic (Usage)Copy Code
Dim instance As TextEditor
Dim value As ISNet.WebUI.AccessKey
 
instance.AccessKey = value
 
value = instance.AccessKey
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Specifies key that opens window info when the key is pushed.")]
public virtual ISNet.WebUI.AccessKey AccessKey {get; set;}
Delphi 
public read-write property AccessKey: ISNet.WebUI.AccessKey; virtual; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Specifies key that opens window info when the key is pushed.")
public function get,set AccessKey : ISNet.WebUI.AccessKey
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Specifies key that opens window info when the key is pushed.")]
public: __property virtual ISNet.WebUI.AccessKey get_AccessKey();
public: __property virtual void set_AccessKey( 
   ISNet.WebUI.AccessKey value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Specifies key that opens window info when the key is pushed.")]
public:
virtual property ISNet.WebUI.AccessKey AccessKey {
   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

© 2013 Intersoft Solutions Corp. All Rights Reserved.