'宣言 Public Overloads Sub Start( _ ByVal resetAnimation As Boolean _ )
public void Start( bool resetAnimation )
Private Sub btnStartAnimationActivityIndicator_Click(ByVal sender As Object, ByVal e As EventArgs) ' Start the animation from the initial position Me.ultraActivityIndicator1.Start(True) End Sub
private void btnStartAnimationActivityIndicator_Click(object sender, EventArgs e) { // Start the animation from the initial position this.ultraActivityIndicator1.Start(true); }