'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;}
public read-write property KeyPreview: System.Boolean;
System.ComponentModel.DefaultValueAttribute() SRDescriptionAttribute("FormKeyPreviewDescr") public function get,set KeyPreview : System.boolean