MoreButton Members
Provides information on the visual representation of More Buttons.Constructors
| Name | Description |
|---|---|
| MoreButton() | Initializes a new instance of the MoreButton class with the default settings. |
| MoreButton(AppearanceObject, AppearanceObject) | Initializes a new instance of the MoreButton class with specified settings. |
Properties
| Name | Description |
|---|---|
| Appearance | |
| AppearanceHovered | |
| Bounds | Gets or sets the size and location of the visual element. |
| ContentBounds | |
| DirectionUp | Gets or sets whether an arrow in the MoreButton is directed up. |
| Empty static | Gets a special value that represents an uninitialized MoreButton. |
| GoUp | Obsolete. Gets or sets whether the button is directed up. Use the MoreButton.DirectionUp property instead. |
| HitTestType | Gets a value identifying the type of the visual element located under the test point. |
| HotTracked | Gets whether the MoreButton changes in appearance when the mouse hovers over it. |
| TargetViewStart | Gets or sets the start of the interval that will be displayed in the view when the MoreButton is clicked. |
| Text | |
| Visible | Gets or sets whether the MoreButton visual element is displayed. |
Methods
| Name | Description |
|---|---|
| CalculateHitInfo(Point, SchedulerHitInfo) | Calculates hit information for the specified test point. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also