名前 | 解説 | |
---|---|---|
![]() | DockPanel コンストラクタ | オーバーロードされます。 |
DockPanelデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | DockPanel コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | _bounds | The System.Drawing.Rectangle that defines the position of the Element within its parent. C1.Framework.Elementから継承されます。 |
![]() | _children | C1.Framework.BasePanelから継承されます。 |
![]() | _dock | |
![]() | _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から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | 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. C1.Framework.Elementから継承されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | AddChild | Adds child element with the specified System.Windows.Forms.DockStyle option. |
![]() | Clone | オーバーライドされます。 Returns a clone of this 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から継承されます。 |
![]() | GetDock | Returns the System.Windows.Forms.DockStyle option used for the specified child element. |
![]() | GetFlags | C1.Framework.Elementから継承されます。 |
![]() | 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から継承されます。 |
![]() | 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. |
![]() | 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 | Called by the host control when the user clicks this Element. C1.Framework.Elementから継承されます。 |
![]() | 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.Elementから継承されます。 |
![]() | 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.Elementから継承されます。 |
![]() | OnLostFocus | Called by the host control when this Element loses the focus. C1.Framework.Elementから継承されます。 |
![]() | OnMouseDown | Called by the host control when the user presses a mouse button over this Element. C1.Framework.Elementから継承されます。 |
![]() | 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.Elementから継承されます。 |
![]() | 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.Elementから継承されます。 |
![]() | 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から継承されます。 |
![]() | 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から継承されます。 |
![]() | SetDock | Changes the System.Windows.Forms.DockStyle option for the specified child element. |
![]() | SetFlags | オーバーロードされます。 C1.Framework.Elementから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | AlignChildren | C1.Framework.BasePanelから継承されます。 |
![]() | AlignHorizontally | C1.Framework.BasePanelから継承されます。 |
![]() | AlignVertically | C1.Framework.BasePanelから継承されます。 |
![]() | FinalizeUI | Finalizes the user interface. This method is called when element is removed from UI. C1.Framework.Elementから継承されます。 |
![]() | 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 | オーバーライドされます。 |
![]() | OnRightToLeftChanged | C1.Framework.Elementから継承されます。 |
![]() | OnStateChanged | Called by the host control when the state of this Element changes. C1.Framework.Elementから継承されます。 |
![]() | 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から継承されます。 |