C# Class SimpleBatchRename.ExtensionMethods

Mostrar archivo Open project: EFanZh/EFanZh

Public Methods

Method Description
SetDoubleBuffered ( this listview, bool value ) : void
SetWindowTheme ( this listview, string pszSubAppName, string pszSubIdList ) : void

Method Details

SetDoubleBuffered() public static method

public static SetDoubleBuffered ( this listview, bool value ) : void
listview this
value bool
return void

SetWindowTheme() public static method

public static SetWindowTheme ( this listview, string pszSubAppName, string pszSubIdList ) : void
listview this
pszSubAppName string
pszSubIdList string
return void