BCGControlBar Library for .NET
State Property




Gets or sets current cell state.
Syntax
'Declaration
 
Public Property State As CellState
'Usage
 
Dim instance As Cell
Dim value As CellState
 
instance.State = value
 
value = instance.State
public CellState State {get; set;}
public: __property CellState get_State();
public: __property void set_State( 
   CellState value
);
public:
property CellState State {
   CellState get();
   void set (    CellState value);
}
Remarks
This property maintains the combined cell state, while Pressed, Selected and Highlighted flags test for the appropriate flags.
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

Cell Class
Cell Members

Send Feedback