Contents

DateTimePicker.IsEditable Property

Notes

Gets or sets a boolean value indicating whether the control's Value is editable by the user or not.

Note that if HasValue is FALSE and IsEditable is FALSE, nothing is displayed.

Default value : TRUE

Example Scenario Control Display
IsEditable is TRUE   ,
IsEditable is FALSE February 12, 2001
IsEditable is FALSE and HasValue is FALSE  

Usage Scenario

Often after successfully validating a web form you may want to redisplay your form items in "confirmation" mode, not allowing the user to alter any form input values.

Syntax

[Visual Basic]
Overridable Public Readonly Property IsEditable As Boolean
[C#]
public virtual bool IsEditable {get;}
[C++]
public: __property virtual bool get_IsEditable();
[JScript]
public function get IsEditable() : bool;

See Also

DateTimePicker Contents | DateTimePicker Overview | DateTimePicker Members


Support | Feedback | Contact Dune5 | Website

© 2001-2003 Dune5. All Rights Reserved.