SpreadsheetGear 2012
ContainsFocus Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("Determines if this control or one if its children currently has the focus.")>
Public ReadOnly Property ContainsFocus As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
value = instance.ContainsFocus
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Determines if this control or one if its children currently has the focus.")]
public System.bool ContainsFocus {get;}
public read-only property ContainsFocus: System.Boolean; 
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
System.ComponentModel.BrowsableAttribute()
SRDescriptionAttribute("Determines if this control or one if its children currently has the focus.")
public function get ContainsFocus : System.boolean
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Determines if this control or one if its children currently has the focus.")]
public: __property System.bool get_ContainsFocus();
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Determines if this control or one if its children currently has the focus.")]
public:
property System.bool ContainsFocus {
   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