[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class UIControl : IDisposable,
INotifyPropertyChanged<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public MustInherit Class UIControl
Implements IDisposable, INotifyPropertyChanged| UIControl | Creates an instance of UIControl class. |
| BackgroundColors | Gets the BackgroundColors. Setter is ignored. |
| Visible | Gets or sets the visibility of the UIControl. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(Boolean) | Disposes resources used by this class. |
| 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.
(Overrides ObjectFinalize) |
| 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. |
| ResetBackgroundColors | Resets the BackgroundColors property to its default value. |
| ResetVisible | Sets the Visible to the default value. |
| ShouldSerializeBackgroundColors | Indicates whether the BackgroundColors property should be serialized by Visual Studio designer. |
| ShouldSerializeVisible | Indicates whether the Visible property should be serialized by Visual Studio designer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| PropertyChanged | Occurs when a property value changes. |