'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("FormKeyPreviewDescr")> Public Property KeyPreview As System.Boolean
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.KeyPreview = value value = instance.KeyPreview
[System.ComponentModel.DefaultValue(false)] [SRDescription("FormKeyPreviewDescr")] public System.bool KeyPreview {get; set;}