FormListControl.update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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