Contents

DateTimePicker.BorderColor Property

Notes

This property is ignored as no browsers support border formatting of SELECT HTML elements and there is no need for a border around the entire control. 

Get always returns System.Drawing.Color.Empty.

Set does nothing.

Syntax

[Visual Basic]
Overridable Public Property BorderColor As System.Drawing.Color
[C#]
public virtual System.Drawing.Color BorderColor {get; set;}
[C++]
public: __property virtual System.Drawing.Color get_BorderColor();
public: __property virtual void set_BorderColor(System.Drawing.Color);
[JScript]
public function get BorderColor() : System.Drawing.Color;
public function set BorderColor(System.Drawing.Color);

See Also

DateTimePicker Contents | DateTimePicker Overview | DateTimePicker Members


Support | Feedback | Contact Dune5 | Website

© 2001-2003 Dune5. All Rights Reserved.