ViewBase Properties |
The ViewBase type exposes the following members.
Name | Description | |
---|---|---|
ClientHeight |
Gets and sets the height of the view.
| |
ClientLocation |
Gets and sets the location of the view inside the parent view.
| |
ClientRectangle |
Gets and sets the rectangle bounding the client area.
| |
ClientSize |
Gets and sets the size of the view.
| |
ClientWidth |
Gets and sets the width of the view.
| |
Component |
Gets the component associated with the element.
| |
Count |
Gets the number of views in collection.
| |
DependantEnabledState |
Get and set the view the enabled state of this view element is dependant on.
| |
ElementState |
Gets and sets the visual state of the element.
| |
Enabled |
Gets and sets the enabled state of the element.
| |
FixedState |
Set a fixed state to override usual behavior and appearance
| |
Id |
Gets the unique identifier of the object.
(Inherited from GlobalId.) | |
IsDisposed |
Gets a value indicating if the view has been disposed.
| |
IsEnableDependant |
Gets a value indicating if view enabled state is depedant on another view.
| |
IsFixed |
Gets a value indicating if view is using a fixed state.
| |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
Item |
Gets or sets the view at the specified index.
| |
KeyController |
Gets and sets the associated key controller.
| |
MouseController |
Gets and sets the associated mouse controller.
| |
OwningControl |
Gets and sets a reference to the control instance that contains this view element.
| |
Parent |
Gets the parent view.
| |
SourceController |
Gets and sets the associated source controller.
| |
State |
Gets the visual state taking into account the owning controls state.
| |
Visible |
Gets and sets the enabled state of the element.
|