SpreadsheetGear 2012
RecreatingHandle Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("Determines if this control is in the process of recreating its handle.")>
Public ReadOnly Property RecreatingHandle As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
value = instance.RecreatingHandle
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Determines if this control is in the process of recreating its handle.")]
public System.bool RecreatingHandle {get;}
public read-only property RecreatingHandle: System.Boolean; 
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("Behavior")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("Determines if this control is in the process of recreating its handle.")
public function get RecreatingHandle : System.boolean
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Determines if this control is in the process of recreating its handle.")]
public: __property System.bool get_RecreatingHandle();
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("Determines if this control is in the process of recreating its handle.")]
public:
property System.bool RecreatingHandle {
   System.bool get();
}
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

WorkbookView Class
WorkbookView Members

Send Feedback