public class UIControlFooter : UIControlPublic Class UIControlFooter
Inherits UIControl| UIControlFooter | Creates an instance of UIControlFooter. |
| Alignment | Gets or sets the Alignment. |
| BackgroundColors |
Gets the BackgroundColors. Setter is ignored.
(Inherited from UIControl) |
| Font | Gets or sets the Font. |
| ForeColor | Gets or sets the ForeColor. |
| Height | Gets or sets the height of Header/Footer. |
| Margins | Gets or sets the Margins. |
| Text | Gets or sets the Text. |
| 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 this class.
(Overrides UIControlDispose(Boolean)) |
| 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) |
| ResetAlignment | Sets the Alignment to the default value. |
| ResetBackgroundColors |
Resets BackgroundColors to its default value.
(Overrides UIControlResetBackgroundColors) |
| ResetFont | Sets the Font to the default value. |
| ResetForeColor | Sets the ForeColor to the default value. |
| ResetHeight | Sets the Height to the default value. |
| ResetMargins | Sets the Margins to the default value. |
| ResetText | Sets the Text to the default value. |
| ResetVisible |
Sets the Visible to the default value.
(Inherited from UIControl) |
| ShouldSerializeAlignment | Indicates whether the Alignment property should be serialized by Visual Studio designer. |
| ShouldSerializeBackgroundColors |
Indicates whether the BackgroundColors property should be serialized by Visual Studio designer.
(Overrides UIControlShouldSerializeBackgroundColors) |
| ShouldSerializeFont | Indicates whether the Font property should be serialized by Visual Studio designer. |
| ShouldSerializeForeColor | Indicates whether the ForeColor property should be serialized by Visual Studio designer. |
| ShouldSerializeHeight | Indicates whether the Height property should be serialized by Visual Studio designer. |
| ShouldSerializeMargins | Indicates whether the Margins property should be serialized by Visual Studio designer. |
| ShouldSerializeText | Indicates whether the Text 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) |