名前 | 解説 | |
---|---|---|
HyperlinkElement コンストラクタ |
HyperlinkElementデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
_bounds | The System.Drawing.Rectangle that defines the position of the C1.Framework.Element within its parent. C1.Framework.Elementから継承されます。 | |
_flags | An C1.Framework.Element.ElementFlags value that defines the behavior of this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
_parent | The parent C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
_style | The C1.Framework.Element.Style object that defines the appearance of this C1.Framework.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 a list of child elements. C1.Framework.Elementから継承されます。 | |
ContainsFocus | Gets a value that indicates whether this C1.Framework.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 C1.Framework.Element has the focus. C1.Framework.Elementから継承されます。 | |
ForceLineBreak | Gets a C1.Framework.Element.LineBreak value that determines whether there should be line breaks before and/or after this C1.Framework.Element when it occurs in a paragraph. C1.Framework.Elementから継承されます。 | |
HasChildren | Gets a value that indicates the element has a non-empty C1.Framework.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 C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
HostView | Gets the C1.Framework.IView that is hosting this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
HRef | ||
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から継承されます。 | |
Name | ||
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から継承されます。 | |
Start | ||
Style | Gets or sets the Style object used to render this Element. C1.Framework.Elementから継承されます。 | |
Target | ||
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から継承されます。 |
名前 | 解説 | |
---|---|---|
Clone | Returns a clone of this element. C1.Framework.Elementから継承されます。 | |
Focus | Sets the focus to the host control and to this C1.Framework.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から継承されます。 | |
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 C1.Framework.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 | オーバーロードされます。 Lays out this element based on its style and contents. C1.Framework.Elementから継承されます。 | |
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 C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnDoubleClick | Called by the host control when the user double-clicks this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnGotFocus | Called by the host control when this C1.Framework.Element receives the focus. C1.Framework.Elementから継承されます。 | |
OnKeyDown | Called by the host control when the user presses a key and this C1.Framework.Element has the focus. C1.Framework.Elementから継承されます。 | |
OnKeyPress | Called by the host control when the user presses a character key and this C1.Framework.Element has the focus. C1.Framework.Elementから継承されます。 | |
OnKeyUp | Called by the host control when the user releases a key and this C1.Framework.Element has the focus. C1.Framework.Elementから継承されます。 | |
OnLostFocus | Called by the host control when this C1.Framework.Element loses the focus. C1.Framework.Elementから継承されます。 | |
OnMouseDown | Called by the host control when the user presses a mouse button over this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnMouseEnter | Called by the host control when the mouse enters this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnMouseEnterHover | Called by the host control when the mouse enters this C1.Framework.Element, even if another element has captured the mouse. C1.Framework.Elementから継承されます。 | |
OnMouseLeave | Called by the host control when the mouse leaves this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnMouseLeaveHover | Called by the host control when the mouse leaves this C1.Framework.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 C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnMouseMove | Called by the host control when the mouse moves over this C1.Framework.Element. C1.Framework.Elementから継承されます。 | |
OnMouseUp | Called by the host control when the user releases a mouse button over this C1.Framework.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から継承されます。 | |
SetFlags | オーバーロードされます。 C1.Framework.Elementから継承されます。 |
名前 | 解説 | |
---|---|---|
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 C1.Framework.Element.HostControl is currently being displayed. C1.Framework.Elementから継承されます。 | |
OnRightToLeftChanged | C1.Framework.Elementから継承されます。 | |
OnStateChanged | Called by the host control when the state of this C1.Framework.Element changes. C1.Framework.Elementから継承されます。 | |
RescaleConstantsForDpi | Provides constants for rescaling the C1.Framework.Element when a DPI change occurs. C1.Framework.Elementから継承されます。 | |
ScaleToDeviceDPI | オーバーロードされます。 Scales the C1.Framework.Style instance uses the DeviceDpi value if this element has a C1.Framework.Element.HostControl. C1.Framework.Elementから継承されます。 | |
UpdateStyle | C1.Framework.Elementから継承されます。 |