RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DateReadOnlyBox..::..DropDownButton Property

Gets or sets the drop down button.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public Button DropDownButton { get; set; }
Public Property DropDownButton As Button
	Get
	Set
public:
property Button^ DropDownButton {
	Button^ get ();
	void set (Button^ value);
}

Field Value

The drop down button.