PDFView4NET WinForms Edition
EnableRepeatedKeys Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : EnableRepeatedKeys Property
Gets or sets a value indicating whether keeping a key pressed generates multiple characters or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("Enables repeated characters in textboxes by keeping pressed a key.")>
<DefaultValueAttribute(True)>
Public Property EnableRepeatedKeys As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.EnableRepeatedKeys = value
 
value = instance.EnableRepeatedKeys
[Category("PDF")]
[Description("Enables repeated characters in textboxes by keeping pressed a key.")]
[DefaultValue(true)]
public bool EnableRepeatedKeys {get; set;}
[Category("PDF")]
[Description("Enables repeated characters in textboxes by keeping pressed a key.")]
[DefaultValue(true)]
public: __property bool get_EnableRepeatedKeys();
public: __property void set_EnableRepeatedKeys( 
   bool value
);
[Category("PDF")]
[Description("Enables repeated characters in textboxes by keeping pressed a key.")]
[DefaultValue(true)]
public:
property bool EnableRepeatedKeys {
   bool get();
   void set (    bool value);
}

Property Value

True if keeping a key pressed generates repeated characters, false otherwise. Default is true.
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

Reference

PDFPageView Class
PDFPageView Members