Share via


FormListControl.update Method

Definition

Overloads

update()

Updates the control.

update(Int32)

update()

Updates the control.

public:
 override void update();
public override void update ();
override this.update : unit -> unit
Public Overrides Sub update ()

Applies to

update(Int32)

public:
 virtual void update(int _idx);
public virtual void update (int _idx);
override this.update : int -> unit
Public Overridable Sub update (_idx As Integer)

Parameters

_idx
Int32

Applies to