Thursday, March 6, 2014

Hide a Groupbox on Form Load

Leave a Comment

function Form_Init(eventObject)
{
CustomersGroup.hide();
}

0 comments:

Post a Comment