Skybound Rebar

RebarCustomizingEventArgs.ShowDialog Method 

Shows a customize dialog that contains a specified RebarBandCustomizer.

[Visual Basic]
Public Sub ShowDialog( _
   ByVal customizer As RebarBandCustomizer _
)
[C#]
public void ShowDialog(
   RebarBandCustomizer customizer
);

Parameters

customizer
The RebarBandCustomizer used to customize the band.

Remarks

The ShowDefaultDialog property is automatically set to false when this method is called.

See Also

RebarCustomizingEventArgs Class | Skybound.Rebar Namespace