ListView.UpdateExtendedStyles 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.
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.