DekGenius.com
[ Team LiB ] Previous Section Next Section

TreeViewImageIndexConverter

System.Windows.Forms (system.windows.forms.dll)class

This System.ComponentModel.TypeConverter is used in serialization and design-time scenarios and would not normally be called from your own code.

public class TreeViewImageIndexConverter : ImageIndexConverter {
// Public Constructors
   public TreeViewImageIndexConverter();
// Protected Instance Properties
   protected override bool IncludeNoneAsStandardValue{get; }
// overrides ImageIndexConverter
}

Hierarchy

System.Object System.ComponentModel.TypeConverter System.ComponentModel.BaseNumberConverter System.ComponentModel.Int32Converter ImageIndexConverter TreeViewImageIndexConverter

    [ Team LiB ] Previous Section Next Section