SpreadsheetGear.Windows.Forms Namespace > ChartExplorer Class : Focused Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Determines if this control has focus.")> Public Overridable ReadOnly Property Focused As System.Boolean
'Usage
Dim instance As ChartExplorer Dim value As System.Boolean value = instance.Focused
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has focus.")] public virtual System.bool Focused {get;}
public read-only property Focused: System.Boolean; virtual;
System.ComponentModel.BrowsableAttribute() System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("Determines if this control has focus.") public function get Focused : System.boolean
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has focus.")] public: __property virtual System.bool get_Focused();
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has focus.")] public: virtual property System.bool Focused { System.bool get(); }
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