Package system.windows.forms
Class RadioButton
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class RadioButton extends ButtonBase
The base .NET class managing System.Windows.Forms.RadioButton, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.RadioButton
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Windows.Formsstatic String
className
Qualified class name: System.Windows.Forms.RadioButtonstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description RadioButton()
RadioButton(Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAppearanceChanged(EventHandler handler)
void
addCheckedChanged(EventHandler handler)
void
addDoubleClick(EventHandler handler)
void
addMouseDoubleClick(MouseEventHandler handler)
static RadioButton
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoRadioButton
, a cast assert is made to check if types are compatible.Appearance
getAppearance()
boolean
getAutoCheck()
ContentAlignment
getCheckAlign()
boolean
getChecked()
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
getTabStop()
void
PerformClick()
void
removeAppearanceChanged(EventHandler handler)
void
removeCheckedChanged(EventHandler handler)
void
removeDoubleClick(EventHandler handler)
void
removeMouseDoubleClick(MouseEventHandler handler)
void
setAppearance(Appearance Appearance)
void
setAutoCheck(boolean AutoCheck)
void
setCheckAlign(ContentAlignment CheckAlign)
void
setChecked(boolean Checked)
void
setJCOInstance(JCObject instance)
void
setTabStop(boolean TabStop)
-
Methods inherited from class system.windows.forms.ButtonBase
addAutoSizeChanged, addImeModeChanged, getAutoEllipsis, getFlatAppearance, getFlatStyle, getImage, getImageAlign, getImageIndex, getImageKey, getImageList, getImeMode, GetPreferredSize, getTextAlign, getTextImageRelation, getUseCompatibleTextRendering, getUseMnemonic, getUseVisualStyleBackColor, removeAutoSizeChanged, removeImeModeChanged, setAutoEllipsis, setFlatStyle, setImage, setImageAlign, setImageIndex, setImageKey, setImageList, setImeMode, setTextAlign, setTextImageRelation, setUseCompatibleTextRendering, setUseMnemonic, setUseVisualStyleBackColor
-
Methods inherited from class system.windows.forms.Control
addBackColorChanged, addBackgroundImageChanged, addBackgroundImageLayoutChanged, addBindingContextChanged, addCausesValidationChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDockChanged, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addForeColorChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addInvalidated, addKeyDown, addKeyPress, addKeyUp, addLayout, addLeave, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addPaddingChanged, addPaint, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addRightToLeftChanged, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addTextChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCausesValidation, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getPadding, getParent, getPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invoke, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeBackColorChanged, removeBackgroundImageChanged, removeBackgroundImageLayoutChanged, removeBindingContextChanged, removeCausesValidationChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDockChanged, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeForeColorChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeInvalidated, removeKeyDown, removeKeyPress, removeKeyUp, removeLayout, removeLeave, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removePaddingChanged, removePaint, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeRightToLeftChanged, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTabStopChanged, removeTextChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetForeColor, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, setBounds, SetBounds, SetBounds, setCapture, setCausesValidation, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenuStrip, setCursor, setDock, setEnabled, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setPadding, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTag, setText, setTop, setUseWaitCursor, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, Update
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Forms.RadioButton- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RadioButton
public RadioButton(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
RadioButton
public RadioButton() throws Throwable, RankException, ArgumentOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, Win32Exception, OutOfMemoryException, NotSupportedException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
- Throws:
Throwable
RankException
ArgumentOutOfRangeException
ArgumentException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
ObjectDisposedException
InvalidOperationException
Win32Exception
OutOfMemoryException
NotSupportedException
PlatformNotSupportedException
FormatException
InvalidEnumArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classButtonBase
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classButtonBase
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classButtonBase
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classButtonBase
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classButtonBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classButtonBase
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static RadioButton cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoRadioButton
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
RadioButton
instance- Throws:
Throwable
- in case of error during cast operation
-
PerformClick
public void PerformClick() throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
setAutoCheck
public void setAutoCheck(boolean AutoCheck) throws Throwable, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, FormatException, NotSupportedException, OutOfMemoryException, ExternalException
- Throws:
Throwable
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
RankException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
ObjectDisposedException
InvalidOperationException
CultureNotFoundException
FormatException
NotSupportedException
OutOfMemoryException
ExternalException
-
setChecked
public void setChecked(boolean Checked) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, Win32Exception, NotSupportedException, OutOfMemoryException, NullReferenceException, ExternalException
- Throws:
Throwable
ArgumentException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
Win32Exception
NotSupportedException
OutOfMemoryException
NullReferenceException
ExternalException
-
getTabStop
public boolean getTabStop() throws Throwable
- Overrides:
getTabStop
in classControl
- Throws:
Throwable
-
setTabStop
public void setTabStop(boolean TabStop) throws Throwable
- Overrides:
setTabStop
in classControl
- Throws:
Throwable
-
getCheckAlign
public ContentAlignment getCheckAlign() throws Throwable
- Throws:
Throwable
-
setCheckAlign
public void setCheckAlign(ContentAlignment CheckAlign) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
NullReferenceException
-
getAppearance
public Appearance getAppearance() throws Throwable
- Throws:
Throwable
-
setAppearance
public void setAppearance(Appearance Appearance) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
NullReferenceException
-
addAppearanceChanged
public void addAppearanceChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAppearanceChanged
public void removeAppearanceChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addCheckedChanged
public void addCheckedChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeCheckedChanged
public void removeCheckedChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addDoubleClick
public void addDoubleClick(EventHandler handler) throws Throwable
- Overrides:
addDoubleClick
in classControl
- Throws:
Throwable
-
removeDoubleClick
public void removeDoubleClick(EventHandler handler) throws Throwable
- Overrides:
removeDoubleClick
in classControl
- Throws:
Throwable
-
addMouseDoubleClick
public void addMouseDoubleClick(MouseEventHandler handler) throws Throwable
- Overrides:
addMouseDoubleClick
in classControl
- Throws:
Throwable
-
removeMouseDoubleClick
public void removeMouseDoubleClick(MouseEventHandler handler) throws Throwable
- Overrides:
removeMouseDoubleClick
in classControl
- Throws:
Throwable
-
-