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