ActiveReports.Chart Request technical support
KeyPreview Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property KeyPreview As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim value As Boolean
 
instance.KeyPreview = value
 
value = instance.KeyPreview
C# 
public bool KeyPreview {get; set;}

See Also