名前 | 解説 | |
---|---|---|
ExpandButtonElement コンストラクタ | Initializes a new instance of the ExpandButtonElement class. |
ExpandButtonElementデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ExpandButtonElement コンストラクタ | Initializes a new instance of the ExpandButtonElement class. |
名前 | 解説 | |
---|---|---|
_bounds | The System.Drawing.Rectangle that defines the position of the Element within its parent. C1.Framework.Elementから継承されます。 | |
_children | C1.Framework.BasePanelから継承されます。 | |
_flags | An Element.ElementFlags value that defines the behavior of this Element. C1.Framework.Elementから継承されます。 | |
_parent | The parent Element. C1.Framework.Elementから継承されます。 | |
_style | The Element.Style object that defines the appearance of this Element. C1.Framework.Elementから継承されます。 | |
_toolTipText | C1.Framework.ButtonElementから継承されます。 |
名前 | 解説 | |
---|---|---|
AutoHeight | Gets or sets the System.Boolean value specifying whether element height is automatically determined by its style and contents. C1.Framework.Elementから継承されます。 | |
AutoSize | Gets the System.Boolean value specifying whether element size is automatically determined by its style and contents. C1.Framework.Elementから継承されます。 | |
AutoWidth | Gets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents. C1.Framework.Elementから継承されます。 | |
Bounds | Gets or sets the element's bounds (size and location) within its parent element, in pixels. C1.Framework.Elementから継承されます。 | |
CheckboxImageElement | Returns reference to the Element used to display chich box mark. C1.Framework.CheckButtonElementから継承されます。 | |
CheckBoxIndex | Gets or sets the index of the CheckBox element within the button. C1.Framework.CheckButtonElementから継承されます。 | |
Checked | Gets or sets whether the button is checked. C1.Framework.CheckButtonElementから継承されます。 | |
CheckState | Gets or sets the button's CheckState (can be checked, unchecked, or indeterminate). C1.Framework.CheckButtonElementから継承されます。 | |
Children | Gets or sets the list of child elements contained in this Element. C1.Framework.BasePanelから継承されます。 | |
ContainsFocus | Gets a value that indicates whether this Element or one of its children has the focus. C1.Framework.Elementから継承されます。 | |
ContentBounds | Client rectangle, in pixels. This discounts margins, borders, and padding. C1.Framework.Elementから継承されます。 | |
Enabled | Gets or sets whether the element is enabled (can receive mouse and keyboard messages). C1.Framework.Elementから継承されます。 | |
Focusable | Gets or sets whether the element is focusable (receives keyboard messages). C1.Framework.Elementから継承されます。 | |
Focused | Gets a value that indicates whether this Element has the focus. C1.Framework.Elementから継承されます。 | |
ForceLineBreak | Gets a Element.LineBreak value that determines whether there should be line breaks before and/or after this Element when it occurs in a paragraph. C1.Framework.Elementから継承されます。 | |
HasChildren | Gets a value that indicates the element has a non-empty Element.Children collection. C1.Framework.Elementから継承されます。 | |
Height | Element height. Set to -1 to let the element calculate it automatically. C1.Framework.Elementから継承されます。 | |
HitTestable | Gets or sets whether the element is hit-testable (receives mouse messages). C1.Framework.Elementから継承されます。 | |
HostControl | Gets the System.Windows.Forms.Control that is hosting this Element. C1.Framework.Elementから継承されます。 | |
HostView | Gets the IView that is hosting this Element. C1.Framework.Elementから継承されます。 | |
Image | Gets or sets the ButtonElement.Image to display. C1.Framework.ButtonElementから継承されます。 | |
InheritedRtl | Gets or sets whether the value of RightToLeft property is inherited from the parent element. C1.Framework.Elementから継承されます。 | |
IsDirty | Gets a value that indicates this element needs to be laid out. C1.Framework.Elementから継承されます。 | |
IsEnabled | オーバーライドされます。 Gets whether this element and all its ancestors are enabled. | |
IsFocusable | Gets whether this element can currently receive the focus. C1.Framework.Elementから継承されます。 | |
IsHot | Gets or sets whether the element should be displayed using the Style.Hot style. C1.Framework.Elementから継承されます。 | |
IsPressed | Gets or sets whether the element should be displayed using the Style.Pressed style. C1.Framework.Elementから継承されます。 | |
IsVisible | Gets whether this element and all its ancestors are visible. C1.Framework.Elementから継承されます。 | |
Left | Gets or sets the horizontal position of the element within its parent. C1.Framework.Elementから継承されます。 | |
LineDescent | Gets the portion of the element that renders below the baseline. Usually non-zero only for text elements, depends on font. C1.Framework.Elementから継承されます。 | |
Location | Gets or sets the location of the element within its parent. C1.Framework.Elementから継承されます。 | |
Orientation | Gets or sets a value that indicates the dimension by which child elements are stacked. C1.Framework.StackPanelから継承されます。 | |
Parent | Gets the element's parent, or null if this is the root element. C1.Framework.Elementから継承されます。 | |
RenderStyle | Gets the element's style, or a default style if the element doesn't have one. This never returns null. C1.Framework.Elementから継承されます。 | |
RightToLeft | Gets or sets whether the element should be drawn using right-to-left layout. C1.Framework.Elementから継承されます。 | |
Root | Gets the element's top-level parent. C1.Framework.Elementから継承されます。 | |
ShowFocusRectangle | Gets or sets whether the element should display a focus rectangle when it has focus. C1.Framework.Elementから継承されます。 | |
Size | Gets or sets the size of the element. C1.Framework.Elementから継承されます。 | |
Style | Gets or sets the Style object used to render this Element. C1.Framework.Elementから継承されます。 | |
Text | Gets or sets the System.String value to display. C1.Framework.ButtonElementから継承されます。 | |
ToolTipText | Gets or sets the System.String value to show as element tooltip. C1.Framework.ButtonElementから継承されます。 | |
Top | Gets or sets the vertical position of the element within its parent. C1.Framework.Elementから継承されます。 | |
Validated | Gets or sets a value indicating if the contents was successfully validated. C1.Framework.Elementから継承されます。 | |
Visible | Gets or sets whether the element is visible. C1.Framework.Elementから継承されます。 | |
Width | Element width. Set to -1 to let the element calculate it automatically. C1.Framework.Elementから継承されます。 |
名前 | 解説 | |
---|---|---|
CollapsedIcon | Gets the C1Icon for the collapsed state of the row. | |
ExpandedIcon | Gets the C1Icon for the expanded state of the row. |
名前 | 解説 | |
---|---|---|
Clone | Returns a clone of this element. C1.Framework.Elementから継承されます。 | |
Focus | Sets the focus to the host control and to this Element within the host control. C1.Framework.Elementから継承されます。 | |
GetBounds | オーバーロードされます。 Gets the element's bounds (size and location) within an arbitrary ancestor, in pixels. Ancestor element (parent, grand-parent, etc). A System.Drawing.Rectangle that corresponds to the element's position within the given ancestor. C1.Framework.Elementから継承されます。 | |
GetCheckboxImage | オーバーロードされます。 Gets a check box image as a function of the specified checkbox state. C1.Framework.CheckButtonElementから継承されます。 | |
GetFlags | C1.Framework.Elementから継承されます。 | |
GetImageElement | オーバーロードされます。 Returns reference to the ImageElement used to display image. C1.Framework.ButtonElementから継承されます。 | |
GetParent<T> | Navigates up the tree to find an ancestor of a given type. C1.Framework.Elementから継承されます。 | |
GetParentOfType | Navigates up the tree to find an ancestor of a given type. C1.Framework.Elementから継承されます。 | |
GetScrollOrigin | Returns the scroll origin (override to implement non-scrolling areas). C1.Framework.Elementから継承されます。 | |
GetTextElement | オーバーロードされます。 Returns reference to the TextElement used to display text. C1.Framework.ButtonElementから継承されます。 | |
HitTest | Returns the element at a given point. C1.Framework.Elementから継承されます。 | |
Invalidate | オーバーロードされます。 Invalidates this Element within the host control. C1.Framework.Elementから継承されます。 | |
IsChildOf | Determines whether this element is a child of another element. C1.Framework.Elementから継承されます。 | |
IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing. C1.Framework.Elementから継承されます。 | |
Layout | オーバーロードされます。 Perform layout using host control's System.Drawing.Graphics object. C1.Framework.StackPanelから継承されます。 | |
Measure | オーバーロードされます。 Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface. C1.Framework.Elementから継承されます。 | |
Offset | Adjusts the location of this element by the specified amount. C1.Framework.Elementから継承されます。 | |
OnClick | オーバーロードされます。 Fires the ButtonElement.Click event. C1.Framework.CheckButtonElementから継承されます。 | |
OnDoubleClick | Called by the host control when the user double-clicks this Element. C1.Framework.Elementから継承されます。 | |
OnGotFocus | Called by the host control when this Element receives the focus. C1.Framework.Elementから継承されます。 | |
OnKeyDown | Called by the host control when the user presses a key and this Element has the focus. C1.Framework.ButtonElementから継承されます。 | |
OnKeyPress | Called by the host control when the user presses a character key and this Element has the focus. C1.Framework.Elementから継承されます。 | |
OnKeyUp | Called by the host control when the user releases a key and this Element has the focus. C1.Framework.CheckButtonElementから継承されます。 | |
OnLostFocus | Called by the host control when this Element loses the focus. C1.Framework.CheckButtonElementから継承されます。 | |
OnMouseDown | Called by the host control when the user presses a mouse button over this Element. C1.Framework.CheckButtonElementから継承されます。 | |
OnMouseEnter | Called by the host control when the mouse enters this Element. C1.Framework.Elementから継承されます。 | |
OnMouseEnterHover | Called by the host control when the mouse enters this Element, even if another element has captured the mouse. C1.Framework.Elementから継承されます。 | |
OnMouseLeave | Called by the host control when the mouse leaves this Element. C1.Framework.Elementから継承されます。 | |
OnMouseLeaveHover | Called by the host control when the mouse leaves this Element, even if another element has captured the mouse. C1.Framework.CheckButtonElementから継承されます。 | |
OnMouseLostCapture | Called by the host control when the user releases the left mouse button over a disabled Element. C1.Framework.Elementから継承されます。 | |
OnMouseMove | Called by the host control when the mouse moves over this Element. C1.Framework.Elementから継承されます。 | |
OnMouseUp | Called by the host control when the user releases a mouse button over this Element. C1.Framework.CheckButtonElementから継承されます。 | |
OnMouseWheel | Handles MouseWheel events. C1.Framework.Elementから継承されます。 | |
OnValidated | Called by the host control after the element has been validated. C1.Framework.Elementから継承されます。 | |
OnValidating | Called by the host control when the element is about to lose focus. C1.Framework.Elementから継承されます。 | |
PerformClick | Fires the ButtonElement.Click event. C1.Framework.ButtonElementから継承されます。 | |
PointToClient | Computes the location of the specified screen point into client coordinates. C1.Framework.Elementから継承されます。 | |
PointToScreen | Computes the location of the specified client point into screen coordinates. C1.Framework.Elementから継承されます。 | |
Render | Renders the element into a given rectangle. C1.Framework.Elementから継承されます。 | |
RenderChildren | Renders the child elements into a given rectangle. C1.Framework.Elementから継承されます。 | |
RenderContent | Render this element's content (no children). C1.Framework.Elementから継承されます。 | |
SetDirty | オーバーロードされます。 Marks this element as dirty, forcing all parent and child elements to be laid out. C1.Framework.Elementから継承されます。 | |
SetFlags | オーバーロードされます。 C1.Framework.Elementから継承されます。 |
名前 | 解説 | |
---|---|---|
AlignChildren | C1.Framework.StackPanelから継承されます。 | |
AlignHorizontally | C1.Framework.BasePanelから継承されます。 | |
AlignVertically | C1.Framework.BasePanelから継承されます。 | |
FinalizeUI | オーバーライドされます。 Finalizes the user interface. This method is called when element is removed from UI. | |
GetBorderPath | Gets a System.Drawing.Drawing2D.GraphicsPath that covers only the borders (hollow, used to renders the borders). C1.Framework.Elementから継承されます。 | |
GetDeviceDPI | Gets the DPI value for the display device where the Element.HostControl is currently being displayed. C1.Framework.Elementから継承されます。 | |
LayoutChildren | C1.Framework.StackPanelから継承されます。 | |
OnCheckedChanged | オーバーライドされます。 Called when check box state is changed. | |
OnRightToLeftChanged | C1.Framework.Elementから継承されます。 | |
OnStateChanged | Called by the host control when the state of this Element changes. C1.Framework.CheckButtonElementから継承されます。 | |
RescaleConstantsForDpi | Provides constants for rescaling the Element when a DPI change occurs. C1.Framework.Elementから継承されます。 | |
ScaleToDeviceDPI | オーバーロードされます。 Scales the Style instance uses the DeviceDpi value if this element has a Element.HostControl. C1.Framework.Elementから継承されます。 | |
SizeToContent | オーバーロードされます。 C1.Framework.BasePanelから継承されます。 | |
SizeToParent | C1.Framework.BasePanelから継承されます。 | |
UpdateStyle | C1.Framework.Elementから継承されます。 |
名前 | 解説 | |
---|---|---|
Click | Occurs when the ButtonElement element is clicked. C1.Framework.ButtonElementから継承されます。 |