Package system.windows.forms
Class DataGridViewImageColumn
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.windows.forms.DataGridViewElement
- 
- system.windows.forms.DataGridViewBand
- 
- system.windows.forms.DataGridViewColumn
- 
- system.windows.forms.DataGridViewImageColumn
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- IJCOBridgeReflected
 
 public class DataGridViewImageColumn extends DataGridViewColumn The base .NET class managing System.Windows.Forms.DataGridViewImageColumn, System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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 - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewImageColumnstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description DataGridViewImageColumn()DataGridViewImageColumn(boolean valuesAreIcons)DataGridViewImageColumn(java.lang.Object instance)Internal constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridViewImageColumncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewImageColumn, a cast assert is made to check if types are compatible.NetObjectClone()java.lang.StringgetDescription()IcongetIcon()ImagegetImage()DataGridViewImageCellLayoutgetImageLayout()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetValuesAreIcons()voidsetDescription(java.lang.String Description)voidsetIcon(Icon Icon)voidsetImage(Image Image)voidsetImageLayout(DataGridViewImageCellLayout ImageLayout)voidsetJCOInstance(JCObject instance)voidsetValuesAreIcons(boolean ValuesAreIcons)- 
Methods inherited from class system.windows.forms.DataGridViewColumnaddDisposed, 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, setWidth
 - 
Methods inherited from class system.windows.forms.DataGridViewBandclose, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisible
 - 
Methods inherited from class system.windows.forms.DataGridViewElementgetDataGridView, getState, setDataGridView, setState
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Windows.Forms.DataGridViewImageColumn- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DataGridViewImageColumnpublic DataGridViewImageColumn(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
DataGridViewImageColumnpublic DataGridViewImageColumn() throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ArgumentOutOfRangeException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException, OverflowException- Throws:
- java.lang.Throwable
- ArgumentNullException
- NotSupportedException
- PlatformNotSupportedException
- ArgumentException
- ObjectDisposedException
- InvalidOperationException
- IndexOutOfRangeException
- FormatException
- ArgumentOutOfRangeException
- Win32Exception
- OutOfMemoryException
- InvalidEnumArgumentException
- OverflowException
 
 - 
DataGridViewImageColumnpublic DataGridViewImageColumn(boolean valuesAreIcons) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException, OverflowException- Throws:
- java.lang.Throwable
- ArgumentNullException
- NotSupportedException
- PlatformNotSupportedException
- ArgumentException
- ArgumentOutOfRangeException
- CultureNotFoundException
- InvalidOperationException
- ObjectDisposedException
- IndexOutOfRangeException
- FormatException
- Win32Exception
- OutOfMemoryException
- InvalidEnumArgumentException
- OverflowException
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- DataGridViewColumn
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- DataGridViewColumn
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- DataGridViewColumn
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- DataGridViewColumn
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- DataGridViewColumn
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- DataGridViewColumn
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static DataGridViewImageColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoDataGridViewImageColumn, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- DataGridViewImageColumninstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
Clonepublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, Win32Exception, NotSupportedException, OutOfMemoryException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, OverflowException, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException - Overrides:
- Clonein class- DataGridViewColumn
- Throws:
- java.lang.Throwable
- ArgumentNullException
- PlatformNotSupportedException
- ArgumentException
- ObjectDisposedException
- InvalidOperationException
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- FormatException
- Win32Exception
- NotSupportedException
- OutOfMemoryException
- InvalidEnumArgumentException
- RankException
- ArrayTypeMismatchException
- OverflowException
- MulticastNotSupportedException
- ThreadStateException
- KeyNotFoundException
 
 - 
getValuesAreIconspublic boolean getValuesAreIcons() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
 - 
setValuesAreIconspublic void setValuesAreIcons(boolean ValuesAreIcons) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, Win32Exception, OverflowException, NotSupportedException, InvalidEnumArgumentException- Throws:
- java.lang.Throwable
- ArgumentNullException
- ArgumentException
- PlatformNotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- CultureNotFoundException
- ObjectDisposedException
- IndexOutOfRangeException
- RankException
- ArrayTypeMismatchException
- Win32Exception
- OverflowException
- NotSupportedException
- InvalidEnumArgumentException
 
 - 
getIconpublic Icon getIcon() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setIconpublic void setIcon(Icon Icon) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, FormatException, ArgumentNullException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException 
 - 
getImagepublic Image getImage() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setImagepublic void setImage(Image Image) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, FormatException, ArgumentNullException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException 
 - 
getDescriptionpublic java.lang.String getDescription() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
 - 
setDescriptionpublic void setDescription(java.lang.String Description) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
 - 
getImageLayoutpublic DataGridViewImageCellLayout getImageLayout() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException 
 - 
setImageLayoutpublic void setImageLayout(DataGridViewImageCellLayout ImageLayout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException 
 
- 
 
-