public class DataGridViewImageColumn extends DataGridViewColumn
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewImageColumn
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewImageColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewImageColumn() |
DataGridViewImageColumn(boolean valuesAreIcons) |
DataGridViewImageColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridViewImageColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewImageColumn, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
java.lang.String |
getDescription() |
Icon |
getIcon() |
Image |
getImage() |
DataGridViewImageCellLayout |
getImageLayout() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getValuesAreIcons() |
void |
setDescription(java.lang.String Description) |
void |
setIcon(Icon Icon) |
void |
setImage(Image Image) |
void |
setImageLayout(DataGridViewImageCellLayout ImageLayout) |
void |
setJCOInstance(JCObject instance) |
void |
setValuesAreIcons(boolean ValuesAreIcons) |
addDisposed, getAutoSizeMode, getCellTemplate, getCellType, getDataPropertyName, getDisplayIndex, getDividerWidth, getFillWeight, getHeaderCell, getHeaderText, getInheritedAutoSizeMode, getIsDataBound, getMinimumWidth, getName, GetPreferredWidth, getSite, getSortMode, getToolTipText, getValueType, getWidth, removeDisposed, setAutoSizeMode, setCellTemplate, setDataPropertyName, setDisplayIndex, setDividerWidth, setFillWeight, setHeaderCell, setHeaderText, setMinimumWidth, setName, setSite, setSortMode, setToolTipText, setValueType, setWidthclose, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewImageColumn()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
NotSupportedException,
OutOfMemoryException,
InvalidEnumArgumentException
public DataGridViewImageColumn(boolean valuesAreIcons)
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
OutOfMemoryException,
InvalidEnumArgumentException,
ArrayTypeMismatchException,
IOException,
OverflowException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionArrayTypeMismatchExceptionIOExceptionOverflowExceptionpublic DataGridViewImageColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewImageColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewImageColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewImageColumn instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, NullReferenceException, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
Clone in class DataGridViewColumnjava.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionNullReferenceExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic java.lang.String getDescription()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public Icon getIcon() throws java.lang.Throwable
java.lang.Throwablepublic Image getImage() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewImageCellLayout getImageLayout() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewColumnString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewColumnString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewColumnObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewColumnString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewColumnJCType representing the CLR Type of the instantiated Classpublic boolean getValuesAreIcons()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setDescription(java.lang.String Description)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
NotSupportedException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void setIcon(Icon Icon) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, FormatException, ArgumentNullException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException
public void setImage(Image Image) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, FormatException, ArgumentNullException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException
public void setImageLayout(DataGridViewImageCellLayout ImageLayout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionRankExceptionIndexOutOfRangeExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewColumnpublic void setValuesAreIcons(boolean ValuesAreIcons)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception,
NotSupportedException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionWin32ExceptionNotSupportedExceptionInvalidEnumArgumentException