'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); }