properties[0].Name = "Columns";
properties[0].Value = new Integer(columns);
properties[1] = new PropertyValue();
properties[1].Name = "Rows";
properties[1].Value = new Integer(rows);
dispatch.dispatch(properties);
}
// ----------------------------------------------------------------------------
/**
* Returns information whether the submitted command URL is disabled.