SpreadsheetGear 2012
CanFocus Property (WorkbookView)






Syntax
'Declaration
 
<SRDescriptionAttribute("Checks if this control can receive the focus.")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("Focus")>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property CanFocus As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
value = instance.CanFocus
[SRDescription("Checks if this control can receive the focus.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Focus")]
[System.ComponentModel.Browsable(false)]
public System.bool CanFocus {get;}
public read-only property CanFocus: System.Boolean; 
SRDescriptionAttribute("Checks if this control can receive the focus.")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRCategoryAttribute("Focus")
System.ComponentModel.BrowsableAttribute()
public function get CanFocus : System.boolean
[SRDescription("Checks if this control can receive the focus.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Focus")]
[System.ComponentModel.Browsable(false)]
public: __property System.bool get_CanFocus();
[SRDescription("Checks if this control can receive the focus.")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Focus")]
[System.ComponentModel.Browsable(false)]
public:
property System.bool CanFocus {
   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