SpreadsheetGear 2017
RecreatingHandle Property (FormulaBar)






SpreadsheetGear.Windows.Forms Namespace > FormulaBar Class : RecreatingHandle Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlRecreatingHandleDescr")>
Public ReadOnly Property RecreatingHandle As System.Boolean
'Usage
 
Dim instance As FormulaBar
Dim value As System.Boolean
 
value = instance.RecreatingHandle
[SRCategory("CatBehavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlRecreatingHandleDescr")]
public System.bool RecreatingHandle {get;}
public read-only property RecreatingHandle: System.Boolean; 
SRCategoryAttribute("CatBehavior")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlRecreatingHandleDescr")
public function get RecreatingHandle : System.boolean
[SRCategory("CatBehavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlRecreatingHandleDescr")]
public: __property System.bool get_RecreatingHandle();
[SRCategory("CatBehavior")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlRecreatingHandleDescr")]
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

FormulaBar Class
FormulaBar Members