ListView.UpdateExtendedStyles Method

Definition

Updates the extended styles applied to the list view control.

protected:
 void UpdateExtendedStyles();
protected void UpdateExtendedStyles ();
member this.UpdateExtendedStyles : unit -> unit
Protected Sub UpdateExtendedStyles ()

Remarks

You can use the UpdateExtendedStyles method in your derived class to override the extended styles used by the ListView control. If you call this method, you should ensure that the extended styles set by properties on the ListView control are utilized in your derived version of the control.

The following are the properties that apply an extended style to the ListView control.

Applies to

See also