[This is preliminary documentation and is subject to change.]
The RadioGroupElement type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | RadioGroupElement | Initializes a new instance of the RadioGroupElement class |
Methods
Name | Description | |
---|---|---|
![]() | AddItem | |
![]() | BeginUpdate | |
![]() | CheckButtonWithKey |
Tries to find a button with specified key and checks it. Returns true if button could be found
|
![]() | ClearItems | |
![]() | Destructor | (Overrides Element Destructor .) |
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | EnabledChanged | (Overrides Element EnabledChanged .) |
![]() | EndUpdate | |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | FieldControlContextChanged | (Overrides Element FieldControlContextChanged .) |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Invalidate |
Invalidates space occupied by this element.
This causes repaint of any elements overlapped by elements region
(Inherited from Element.) |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | MouseTransparentChanged | (Overrides Element MouseTransparentChanged .) |
![]() | OnCheckedChanged | |
![]() | OnMouseClick | (Inherited from Element.) |
![]() | OnMouseDoubleClick | (Inherited from Element.) |
![]() | OnMouseDown | (Inherited from Element.) |
![]() | OnMouseDrag | (Inherited from Element.) |
![]() | OnMouseDragCancel | (Inherited from Element.) |
![]() | OnMouseDragRelease | (Inherited from Element.) |
![]() | OnMouseDragStart | (Inherited from Element.) |
![]() | OnMouseEnter | (Inherited from Element.) |
![]() | OnMouseLeave | (Inherited from Element.) |
![]() | OnMouseMove | (Inherited from Element.) |
![]() | OnMouseUp | (Inherited from Element.) |
![]() | OnMouseWheel | (Inherited from Element.) |
![]() | Paint | (Overrides Element Paint(Graphics).) |
![]() | RegionChanged | (Overrides Element RegionChanged .) |
![]() | RemoveItem | |
![]() | Repaint |
Repaints this particular element instance
(Inherited from Element.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | UpdateLocation |
Updates element location by delta x/y without causing invalidate
(Inherited from Element.) |
![]() | VisibleChanged | (Overrides Element VisibleChanged .) |
![]() | ZOrderChanged | (Overrides Element ZOrderChanged .) |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_Host | (Inherited from Element.) |
Properties
Name | Description | |
---|---|---|
![]() | ButtonVSpacing | |
![]() | CheckedElement |
Returns selected item or null
|
![]() | DisplayRegion |
Provides graphical region- coordinates of the element in zoomed container. These coordinates are different from Region when Zoom!=1
because Region returns "normal"/non-zoomed coordinates. Mouse event handlers must use DisplayRegion because mouse is in screen coordinates
(Inherited from Element.) |
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | Enabled |
Indicates whether an element can receive events
(Inherited from Element.) |
![]() | FieldControlContext |
References control context for which element painting is done, may be null.
Part renderers may need control context to paint additional features like changed borders (when mofified etc.).
(Inherited from Element.) |
![]() | Height |
Shortcut property to element's region
(Inherited from Element.) |
![]() | Host |
References host control
(Inherited from Element.) |
![]() | Left |
Shortcut property to element's region
(Inherited from Element.) |
![]() | MouseIsOver |
Returns true if mouse is currently over the element
(Inherited from Element.) |
![]() | MouseTransparent |
Indicates whether an element does not receive any mouse events
(Inherited from Element.) |
![]() | OwnedElements |
Returns a list of elements owned by this element. Owned elements are deleted when this element is deleted.
Element ownership does not affect element drawing
(Inherited from Element.) |
![]() | Padding | |
![]() | Region |
Provides graphical region- coordinates of the element without zoom. Even when host container is zoomed it has no effect on Region. Compare to DisplayRegion
(Inherited from Element.) |
![]() | Tags | (Inherited from Element.) |
![]() | Top |
Shortcut property to element's region
(Inherited from Element.) |
![]() | UpdateCount |
Returns nesting depth of BeginUpdate() call
|
![]() | Visible |
Indicates whether an element is displayed
(Inherited from Element.) |
![]() | Width |
Shortcut property to element's region
(Inherited from Element.) |
![]() | ZOrder |
Indicates whether an element is displayed
(Inherited from Element.) |
Events
Name | Description | |
---|---|---|
![]() | CheckedChanged | |
![]() | MouseClick | (Inherited from Element.) |
![]() | MouseDoubleClick | (Inherited from Element.) |
![]() | MouseDown | (Inherited from Element.) |
![]() | MouseDrag | (Inherited from Element.) |
![]() | MouseDragCancel | (Inherited from Element.) |
![]() | MouseDragRelease | (Inherited from Element.) |
![]() | MouseDragStart | (Inherited from Element.) |
![]() | MouseEnter | (Inherited from Element.) |
![]() | MouseLeave | (Inherited from Element.) |
![]() | MouseMove | (Inherited from Element.) |
![]() | MouseUp | (Inherited from Element.) |
![]() | MouseWheel | (Inherited from Element.) |
See Also