BCGControlBar Library for .NET
DontDrawRightBorder Property




Internal property used for overfloating algorithms.
Syntax
'Declaration
 
Public Property DontDrawRightBorder As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.DontDrawRightBorder = value
 
value = instance.DontDrawRightBorder
public bool DontDrawRightBorder {get; set;}
public: __property bool get_DontDrawRightBorder();
public: __property void set_DontDrawRightBorder( 
   bool value
);
public:
property bool DontDrawRightBorder {
   bool get();
   void set (    bool value);
}
Remarks
If Style specifies right 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