BCGControlBar Library for .NET
Focused Property




Gets or set a value tha indicates whether a data item is focused or not.
Syntax
'Declaration
 
Public Property Focused As Boolean
'Usage
 
Dim instance As GridDataItem
Dim value As Boolean
 
instance.Focused = value
 
value = instance.Focused
public bool Focused {get; set;}
public: __property bool get_Focused();
public: __property void set_Focused( 
   bool value
);
public:
property bool Focused {
   bool get();
   void set (    bool value);
}
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

GridDataItem Class
GridDataItem Members

Send Feedback