SpreadsheetGear 2017
Capture Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Capture Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatFocus")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("ControlCaptureDescr")>
Public Property Capture As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
instance.Capture = value
 
value = instance.Capture
[SRCategory("CatFocus")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[SRDescription("ControlCaptureDescr")]
public System.bool Capture {get; set;}
public read-write property Capture: System.Boolean; 
SRCategoryAttribute("CatFocus")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.BrowsableAttribute()
SRDescriptionAttribute("ControlCaptureDescr")
public function get,set Capture : System.boolean
[SRCategory("CatFocus")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[SRDescription("ControlCaptureDescr")]
public: __property System.bool get_Capture();
public: __property void set_Capture( 
   System.bool value
);
[SRCategory("CatFocus")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[SRDescription("ControlCaptureDescr")]
public:
property System.bool Capture {
   System.bool get();
   void set (    System.bool value);
}
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

WorkbookDesigner Class
WorkbookDesigner Members