Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
//Initialized elsewhere
MonthCalendar mth;
//You'll have to enter break mode and explore the controls
//collection to determine the actual indices for the
//button controls if they are even present.
//They may even be a child of a child control so you might
//have to go a few layers deep.
((Button) mth.Controls[0]).Visible = false;
((Button) mth.Controls[1]).Visible = false;