BCGControlBar Library for .NET
DontDrawLeftBorder Property




Internal property used for overfloating algorithms.
Syntax
'Declaration
 
Public Property DontDrawLeftBorder As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.DontDrawLeftBorder = value
 
value = instance.DontDrawLeftBorder
public bool DontDrawLeftBorder {get; set;}
public: __property bool get_DontDrawLeftBorder();
public: __property void set_DontDrawLeftBorder( 
   bool value
);
public:
property bool DontDrawLeftBorder {
   bool get();
   void set (    bool value);
}
Remarks
If Style specifies left border it should not be drawn if the text is extended to sibling cells.
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