ShowElement() public method

Show the element in a good view.
public ShowElement ( ) : void
return void
Example #1
0
 /// <summary>
 /// Load event, set the data source for property-grid.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void HostedSweepModify_Load(object sender, EventArgs e)
 {
     propertyGrid.SelectedObject = m_modificationData;
     m_modificationData.ShowElement();
 }