NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.DropDownAlign

The current value of the dropDownAlign property. The calendar dropDown can be aligned to the left or right of the control.

[Visual Basic]
Public Property DropDownAlign As LeftRightAlignment
[C#]
public LeftRightAlignment DropDownAlign {get; set;}
[C++]
public: __property LeftRightAlignment get_DropDownAlign();
public: __property void set_DropDownAlign(LeftRightAlignment);
[JScript]
public function get DropDownAlign() : LeftRightAlignment;
public function set DropDownAlign(LeftRightAlignment);

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | LeftRightAlignment