MobileForms Toolkit Documentation

OutlookDateTimePicker.Hide Method 

Conceals the control from the user.

new public void Hide();

Remarks

Hiding the control is equivalent to setting the Visible property to false. After the Hide method is called, the Visible property returns a value of false until the Show method is called.

See Also

OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace