ICreate.Controls.Bars Send comments on this topic.
TitleIgnoreRounding Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : TitleIgnoreRounding Property






A Boolean value indicating if the rounding of the SuperPanel corners should be taken into account when positioning the title.

Syntax

Visual Basic (Declaration) 
Public Property TitleIgnoreRounding As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Boolean
 
instance.TitleIgnoreRounding = value
 
value = instance.TitleIgnoreRounding
C# 
public bool TitleIgnoreRounding {get; set;}
Delphi 
public read-write property TitleIgnoreRounding: Boolean; 
JScript 
public function get,set TitleIgnoreRounding : boolean
Managed Extensions for C++ 
public: __property bool get_TitleIgnoreRounding();
public: __property void set_TitleIgnoreRounding( 
   bool value
);
C++/CLI 
public:
property bool TitleIgnoreRounding {
   bool get();
   void set (bool value);
}

Return Value

A System.Boolean value, this property specifies if the rounding of the SuperPanel corners should be taken into consideration when positioning the title. If TitleIgnoreRounding is true then the rounding of the corners is not taken into account, otherwise it is false and the rounding of the corners is taken into account.

Remarks

Rounding specifies the rounding of all four corners. RoundingCorners specifies the rounding of each corner individually.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also