[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")]
public class UIControlCells : UIControl<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter")>
Public Class UIControlCells
Inherits UIControl| BackgroundColors |
Gets the BackgroundColors. Setter is ignored.
(Inherited from UIControl) |
| ForeColor | Gets or sets the ForeColor. |
| GridLineColor | Gets or sets the gridline's color. |
| PreserveSelectionBorder | Gets or sets whether the cell borders should be drawn if the whole row or whole column is selected. True to draw the cell borders; false otherwise. |
| SelectedBackgroundColors | Gets the selected row header's background colors. Setter is ignored. |
| SelectedBorderColor | Gets or sets the selected row header's border color. |
| SelectedForeColor | Gets or sets the ForeColor for a selected cell. |
| Visible |
Gets or sets the visibility of the UIControl.
(Inherited from UIControl) |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or
resetting unmanaged resources.
(Inherited from UIControl) |
| Dispose(Boolean) |
Disposes resources used by this class.
(Inherited from UIControl) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Destructs this object by calling its Dispose(Boolean) method.
(Inherited from UIControl) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged |
Fires PropertyChanged event.
(Inherited from UIControl) |
| ResetBackgroundColors |
Resets the BackgroundColors property to its default value.
(Overrides UIControlResetBackgroundColors) |
| ResetForeColor | Sets the ForeColor to the default value. |
| ResetGridLineColor | Sets the GridLineColor to the default value. |
| ResetPreserveSelectionBorder | Sets the PreserveSelectionBorder to the default value. |
| ResetSelectedBackgroundColors | Sets the SelectedBackgroundColors to the default value. |
| ResetSelectedBorderColor | Sets the SelectedBorderColor to the default value. |
| ResetSelectedForeColor | Sets the SelectedForeColor to the default value. |
| ResetVisible |
Sets the Visible to the default value.
(Inherited from UIControl) |
| ShouldSerializeBackgroundColors |
Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
(Overrides UIControlShouldSerializeBackgroundColors) |
| ShouldSerializeForeColor | Indicates whether the ForeColor property should be serialized by Visual Studio designer. |
| ShouldSerializeGridLineColor | Indicates whether the GridLineColor property should be serialized by Visual Studio designer. |
| ShouldSerializePreserveSelectionBorder | Indicates whether the PreserveSelectionBorder property should be serialized by Visual Studio designer. |
| ShouldSerializeSelectedBackgroundColors | Indicates whether the SelectedBackgroundColors property should be serialized by Visual Studio designer. |
| ShouldSerializeSelectedBorderColor | Indicates whether the SelectedBorderColor property should be serialized by Visual Studio designer. |
| ShouldSerializeSelectedForeColor | Indicates whether the SelectedForeColor property should be serialized by Visual Studio designer. |
| ShouldSerializeVisible |
Indicates whether the Visible property should be serialized by Visual Studio designer.
(Inherited from UIControl) |
| ToString |
Returns a System.String that represents the current System.Object.
(Overrides ObjectToString) |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from UIControl) |
| GatheringCellColors | Add a handler method to this delegate to assign custom colors to cells of DataGrid. |