SpreadsheetGear.Windows.Forms Namespace > ChartExplorer Class : CanFocus Property |
'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 ChartExplorer 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(); }
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