BCGControlBar Library for .NET
SubstituteEmptyBorderStyle Property




Gets or sets a value that indicates whether to take the border style from the left border, if border style for other edges is not set.
Syntax
'Declaration
 
Public Property SubstituteEmptyBorderStyle As Boolean
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As Boolean
 
instance.SubstituteEmptyBorderStyle = value
 
value = instance.SubstituteEmptyBorderStyle
public bool SubstituteEmptyBorderStyle {get; set;}
public: __property bool get_SubstituteEmptyBorderStyle();
public: __property void set_SubstituteEmptyBorderStyle( 
   bool value
);
public:
property bool SubstituteEmptyBorderStyle {
   bool get();
   void set (    bool value);
}
Remarks
Useful if an element has similar borders for all edges. In this case you can specify border for the left edge only and set this property to true.
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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback