-
Notifications
You must be signed in to change notification settings - Fork 0
Methods_T_Ekstrand_Windows_Forms_HeaderElementsConverter
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The HeaderElementsConverter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
CanConvertFrom(Type) | Returns whether this converter can convert an object of the given type to the type of this converter. (Inherited from TypeConverter.) |
![]() |
CanConvertFrom(ITypeDescriptorContext, Type) | Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. (Inherited from TypeConverter.) |
![]() |
CanConvertTo(Type) | Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverter.) |
![]() |
CanConvertTo(ITypeDescriptorContext, Type) | Returns whether this converter can convert the object to the specified type, using the specified context. (Inherited from TypeConverter.) |
![]() |
ConvertFrom(Object) | Converts the given value to the type of this converter. (Inherited from TypeConverter.) |
![]() |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | Converts the given object to the type of this converter, using the specified context and culture information. (Inherited from TypeConverter.) |
![]() |
ConvertFromInvariantString(String) | Converts the given string to the type of this converter, using the invariant culture. (Inherited from TypeConverter.) |
![]() |
ConvertFromInvariantString(ITypeDescriptorContext, String) | Converts the given string to the type of this converter, using the invariant culture and the specified context. (Inherited from TypeConverter.) |
![]() |
ConvertFromString(String) | Converts the specified text to an object. (Inherited from TypeConverter.) |
![]() |
ConvertFromString(ITypeDescriptorContext, String) | Converts the given text to an object, using the specified context. (Inherited from TypeConverter.) |
![]() |
ConvertFromString(ITypeDescriptorContext, CultureInfo, String) | Converts the given text to an object, using the specified context and culture information. (Inherited from TypeConverter.) |
![]() |
ConvertTo(Object, Type) | Converts the given value object to the specified type, using the arguments. (Inherited from TypeConverter.) |
![]() |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | Converts the given value object to the specified type, using the specified context and culture information. (Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
![]() |
ConvertToInvariantString(Object) | Converts the specified value to a culture-invariant string representation. (Inherited from TypeConverter.) |
![]() |
ConvertToInvariantString(ITypeDescriptorContext, Object) | Converts the specified value to a culture-invariant string representation, using the specified context. (Inherited from TypeConverter.) |
![]() |
ConvertToString(Object) | Converts the specified value to a string representation. (Inherited from TypeConverter.) |
![]() |
ConvertToString(ITypeDescriptorContext, Object) | Converts the given value to a string representation, using the given context. (Inherited from TypeConverter.) |
![]() |
ConvertToString(ITypeDescriptorContext, CultureInfo, Object) | Converts the given value to a string representation, using the specified context and culture information. (Inherited from TypeConverter.) |
![]() |
CreateInstance(IDictionary) | Re-creates an Object given a set of property values for the object. (Inherited from TypeConverter.) |
![]() |
CreateInstance(ITypeDescriptorContext, IDictionary) | Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object. (Inherited from TypeConverter.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
![]() |
GetConvertToException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
![]() |
GetCreateInstanceSupported() | Returns whether changing a value on this object requires a call to the CreateInstance(IDictionary) method to create a new value. (Inherited from TypeConverter.) |
![]() |
GetCreateInstanceSupported(ITypeDescriptorContext) | Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context. (Inherited from TypeConverter.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetProperties(Object) | Returns a collection of properties for the type of array specified by the value parameter. (Inherited from TypeConverter.) |
![]() |
GetProperties(ITypeDescriptorContext, Object) | Returns a collection of properties for the type of array specified by the value parameter, using the specified context. (Inherited from TypeConverter.) |
![]() |
GetProperties(ITypeDescriptorContext, Object, Attribute[]) | Gets a collection of properties for the type of object specified by the value parameter. (Inherited from ExpandableObjectConverter.) |
![]() |
GetPropertiesSupported() | Returns whether this object supports properties. (Inherited from TypeConverter.) |
![]() |
GetPropertiesSupported(ITypeDescriptorContext) | Gets a value indicating whether this object supports properties using the specified context. (Inherited from ExpandableObjectConverter.) |
![]() |
GetStandardValues() | Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from TypeConverter.) |
![]() |
GetStandardValues(ITypeDescriptorContext) | Returns a collection of standard values for the data type this type converter is designed for when provided with a format context. (Inherited from TypeConverter.) |
![]() |
GetStandardValuesExclusive() | Returns whether the collection of standard values returned from GetStandardValues() is an exclusive list. (Inherited from TypeConverter.) |
![]() |
GetStandardValuesExclusive(ITypeDescriptorContext) | Returns whether the collection of standard values returned from GetStandardValues() is an exclusive list of possible values, using the specified context. (Inherited from TypeConverter.) |
![]() |
GetStandardValuesSupported() | Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from TypeConverter.) |
![]() |
GetStandardValuesSupported(ITypeDescriptorContext) | Returns whether this object supports a standard set of values that can be picked from a list, using the specified context. (Inherited from TypeConverter.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsValid(Object) | Returns whether the given value object is valid for this type. (Inherited from TypeConverter.) |
![]() |
IsValid(ITypeDescriptorContext, Object) | Returns whether the given value object is valid for this type and for the specified context. (Inherited from TypeConverter.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SortProperties | Sorts a collection of properties. (Inherited from TypeConverter.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
HeaderElementsConverter Class
Ekstrand.Windows.Forms Namespace
An Ekstrand Class Library
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
Document created by: Sandcastle Help File Builder
-
Namespaces
-
Ekstrand.Drawing Namespace
-
GraphicsExtension Class
-
GraphicsExtension Methods
-
GraphicsExtension.DrawRoundedRectangle Method
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, Rectangle, Int32)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, RectangleF, Int32)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, Rectangle, Int32, BorderCorners)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, RectangleF, Int32, BorderCorners)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, Int32, Int32, Int32, Int32, Int32)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, Single, Single, Single, Single, Single)
- GraphicsExtension.DrawRoundedRectangle Method (Graphics, Pen, Single, Single, Single, Single, Single, BorderCorners)
-
GraphicsExtension.FillRoundedRectangle Method
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, Rectangle, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, RectangleF, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, Rectangle, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, RectangleF, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, Rectangle, Int32, BorderCorners)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, RectangleF, Int32, BorderCorners)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, Rectangle, Int32, BorderCorners)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, RectangleF, Int32, BorderCorners)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, Int32, Int32, Int32, Int32, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, Single, Single, Single, Single, Single)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, Int32, Int32, Int32, Int32, Int32)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, Single, Single, Single, Single, Single)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, Brush, Single, Single, Single, Single, Single, BorderCorners)
- GraphicsExtension.FillRoundedRectangle Method (Graphics, LinearGradientBrush, Single, Single, Single, Single, Single, BorderCorners)
- GraphicsExtension.RoundedRectanglePath Method
-
GraphicsExtension.DrawRoundedRectangle Method
-
GraphicsExtension Methods
-
GraphicsExtension Class
-
Ekstrand.Windows.Forms Namespace
- BorderCorners Enumeration
-
BorderElements Class
- BorderElements Constructor
-
BorderElements Properties
- BorderElements.BackColor Property
- BorderElements.BorderColor Property
- BorderElements.BorderCorners Property
- BorderElements.DashCap Property
- BorderElements.DashOffset Property
- BorderElements.DashPattern Property
- BorderElements.DashStyle Property
- BorderElements.Radius Property
- BorderElements.Width Property
- BorderElements Methods
- BorderElements Events
- BorderElementsConverter Class
- BorderTextAlignment Enumeration
- ControlElements Class
- EnhanceGroupBoxGradientMode Enumeration
- EnhanceGroupBoxState Enumeration
-
GroupBox Class
- GroupBox Constructor
-
GroupBox Properties
- GroupBox.AllowDrop Property
- GroupBox.AutoSize Property
- GroupBox.BorderElements Property
- GroupBox.CreateParams Property
- GroupBox.DefaultPadding Property
- GroupBox.DefaultSize Property
- GroupBox.DisabledTextColor Property
- GroupBox.DisplayRectangle Property
- GroupBox.Enabled Property
- GroupBox.GroupBoxStyle Property
- GroupBox.HeaderElements Property
- GroupBox.InsideBorderElements Property
- GroupBox.RightToLeft Property
- GroupBox.TabStop Property
- GroupBox.Text Property
- GroupBox Methods
-
GroupBox Events
- GroupBox.AutoSizeChanged Event
- GroupBox.Click Event
- GroupBox.DoubleClick Event
- GroupBox.KeyDown Event
- GroupBox.KeyPress Event
- GroupBox.KeyUp Event
- GroupBox.MouseClick Event
- GroupBox.MouseDoubleClick Event
- GroupBox.MouseDown Event
- GroupBox.MouseEnter Event
- GroupBox.MouseLeave Event
- GroupBox.MouseMove Event
- GroupBox.MouseUp Event
- GroupBox.TabStopChanged Event
- GroupBoxRenderer Class
- GroupBoxStyle Enumeration
-
HeaderElements Class
- HeaderElements Constructor
-
HeaderElements Properties
- HeaderElements.BackColor Property
- HeaderElements.BorderColor Property
- HeaderElements.BorderCorners Property
- HeaderElements.DashCap Property
- HeaderElements.DashOffset Property
- HeaderElements.DashPattern Property
- HeaderElements.DashStyle Property
- HeaderElements.GradientEndColor Property
- HeaderElements.GradientMode Property
- HeaderElements.GradientStartColor Property
- HeaderElements.Radius Property
- HeaderElements.TextAlignment Property
- HeaderElements.Width Property
- HeaderElements Methods
- HeaderElements Events
- HeaderElementsConverter Class
-
IBorderElements Interface
-
IBorderElements Properties
- IBorderElements.BackColor Property
- IBorderElements.BorderColor Property
- IBorderElements.BorderCorners Property
- IBorderElements.DashCap Property
- IBorderElements.DashOffset Property
- IBorderElements.DashPattern Property
- IBorderElements.DashStyle Property
- IBorderElements.Radius Property
- IBorderElements.Width Property
- IBorderElements Methods
- IBorderElements Events
-
IBorderElements Properties
- IControlElements Interface
-
IHeaderElements Interface
-
IHeaderElements Properties
- IHeaderElements.BackColor Property
- IHeaderElements.BorderColor Property
- IHeaderElements.BorderCorners Property
- IHeaderElements.DashCap Property
- IHeaderElements.DashOffset Property
- IHeaderElements.DashPattern Property
- IHeaderElements.DashStyle Property
- IHeaderElements.GradientEndColor Property
- IHeaderElements.GradientMode Property
- IHeaderElements.GradientStartColor Property
- IHeaderElements.Radius Property
- IHeaderElements.TextAlignment Property
- IHeaderElements.Width Property
- IHeaderElements Methods
- IHeaderElements Events
-
IHeaderElements Properties
- IInsideBorderElements Interface
- InsideBorderElements Class
- InsideBorderElementsConverter Class
- PropertyChangeTypes Enumeration
-
Ekstrand.Drawing Namespace

