DekGenius.com
[ Team LiB ] Previous Section Next Section

ScrollableControl.DockPaddingEdgesConverter

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

This System.ComponentModel.TypeConverter is used to translate to and from a DockPaddingEdges class in design-time and serialization scenarios.

public class ScrollableControl.DockPaddingEdgesConverter : System.ComponentModel.TypeConverter {
// Public Constructors
   public ScrollableControl.DockPaddingEdgesConverter();
// Public Instance Methods
   public override PropertyDescriptorCollection GetProperties(
        System.ComponentModel.ITypeDescriptorContext context, 
        object value, Attribute[ ] attributes);
  // overrides System.ComponentModel.TypeConverter
   public override bool GetPropertiesSupported(
        System.ComponentModel.ITypeDescriptorContext context);  // overrides System.ComponentModel.TypeConverter
}

Hierarchy

System.Object System.ComponentModel.TypeConverter DockPaddingEdgesConverter

    [ Team LiB ] Previous Section Next Section