public class DataGridViewCell extends DataGridViewElement implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewCell
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.DataGridViewCell
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewCell() |
DataGridViewCell(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataGridViewAdvancedBorderStyle |
AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput,
DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
static DataGridViewCell |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewCell, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
close() |
void |
DetachEditingControl() |
void |
Dispose() |
AccessibleObject |
getAccessibilityObject() |
int |
getColumnIndex() |
Rectangle |
getContentBounds() |
Rectangle |
GetContentBounds(int rowIndex) |
ContextMenuStrip |
getContextMenuStrip() |
NetObject |
getDefaultNewRowValue() |
boolean |
getDisplayed() |
NetObject |
getEditedFormattedValue() |
NetObject |
GetEditedFormattedValue(int rowIndex,
DataGridViewDataErrorContexts context) |
NetType |
getEditType() |
Rectangle |
getErrorIconBounds() |
java.lang.String |
getErrorText() |
NetObject |
getFormattedValue() |
NetType |
getFormattedValueType() |
boolean |
getFrozen() |
boolean |
getHasStyle() |
ContextMenuStrip |
GetInheritedContextMenuStrip(int rowIndex) |
DataGridViewElementStates |
getInheritedState() |
DataGridViewElementStates |
GetInheritedState(int rowIndex) |
DataGridViewCellStyle |
getInheritedStyle() |
DataGridViewCellStyle |
GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle,
int rowIndex,
boolean includeColors) |
boolean |
getIsInEditMode() |
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
|
DataGridViewColumn |
getOwningColumn() |
DataGridViewRow |
getOwningRow() |
Size |
getPreferredSize() |
boolean |
getReadOnly() |
boolean |
getResizable() |
int |
getRowIndex() |
boolean |
getSelected() |
Size |
getSize() |
DataGridViewCellStyle |
getStyle() |
NetObject |
getTag() |
java.lang.String |
getToolTipText() |
NetObject |
getValue() |
NetType |
getValueType() |
boolean |
getVisible() |
void |
InitializeEditingControl(int rowIndex,
NetObject initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle) |
boolean |
KeyEntersEditMode(KeyEventArgs e) |
static int |
MeasureTextHeight(Graphics graphics,
java.lang.String text,
Font font,
int maxWidth,
TextFormatFlags flags) |
static int |
MeasureTextHeight(Graphics graphics,
java.lang.String text,
Font font,
int maxWidth,
TextFormatFlags flags,
JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated) |
static Size |
MeasureTextPreferredSize(Graphics graphics,
java.lang.String text,
Font font,
Single maxRatio,
TextFormatFlags flags) |
static Size |
MeasureTextSize(Graphics graphics,
java.lang.String text,
Font font,
TextFormatFlags flags) |
static int |
MeasureTextWidth(Graphics graphics,
java.lang.String text,
Font font,
int maxHeight,
TextFormatFlags flags) |
NetObject |
ParseFormattedValue(NetObject formattedValue,
DataGridViewCellStyle cellStyle,
TypeConverter formattedValueTypeConverter,
TypeConverter valueTypeConverter) |
void |
PositionEditingControl(boolean setLocation,
boolean setSize,
Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
Rectangle |
PositionEditingPanel(Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
void |
setContextMenuStrip(ContextMenuStrip ContextMenuStrip) |
void |
setErrorText(java.lang.String ErrorText) |
void |
setJCOInstance(JCObject instance) |
void |
setOwningColumn(DataGridViewColumn OwningColumn) |
void |
setOwningRow(DataGridViewRow OwningRow) |
void |
setReadOnly(boolean ReadOnly) |
void |
setSelected(boolean Selected) |
void |
setStyle(DataGridViewCellStyle Style) |
void |
setTag(NetObject Tag) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setValue(NetObject Value) |
void |
setValueType(NetType ValueType) |
getDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewCell()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCell(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, InvalidEnumArgumentException
public static DataGridViewCell cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewCell, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewCell instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionCultureNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void DetachEditingControl()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
Win32Exception
public void Dispose()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
MulticastNotSupportedException
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException
public int getColumnIndex()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getContentBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic Rectangle GetContentBounds(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic NetObject getDefaultNewRowValue() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisplayed()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getEditedFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetObject GetEditedFormattedValue(int rowIndex, DataGridViewDataErrorContexts context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetType getEditType() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getErrorIconBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic java.lang.String getErrorText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
Win32Exception,
RankException,
ArrayTypeMismatchException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic NetObject getFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetType getFormattedValueType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getFrozen()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasStyle()
throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
public DataGridViewElementStates getInheritedState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public DataGridViewElementStates GetInheritedState(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionpublic boolean getIsInEditMode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewElementJCType representing the CLR Type of the instantiated Classpublic DataGridViewColumn getOwningColumn() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewRow getOwningRow() throws java.lang.Throwable
java.lang.Throwablepublic Size getPreferredSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidEnumArgumentException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidEnumArgumentExceptionNotSupportedExceptionpublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getResizable()
throws java.lang.Throwable
java.lang.Throwablepublic int getRowIndex()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSelected()
throws java.lang.Throwable
java.lang.Throwablepublic Size getSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public DataGridViewCellStyle getStyle() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
public NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentNullException,
RankException,
ArgumentException,
ArrayTypeMismatchException,
NotSupportedException,
Win32Exception,
OutOfMemoryException
public NetObject getValue() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, CultureNotFoundException, NullReferenceException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionCultureNotFoundExceptionNullReferenceExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic NetType getValueType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void InitializeEditingControl(int rowIndex,
NetObject initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
Win32Exception,
SecurityException,
IOException,
UnauthorizedAccessException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionWin32ExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionpublic boolean KeyEntersEditMode(KeyEventArgs e) throws java.lang.Throwable
java.lang.Throwablepublic static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextPreferredSize(Graphics graphics, java.lang.String text, Font font, Single maxRatio, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextSize(Graphics graphics, java.lang.String text, Font font, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static int MeasureTextWidth(Graphics graphics, java.lang.String text, Font font, int maxHeight, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic NetObject ParseFormattedValue(NetObject formattedValue, DataGridViewCellStyle cellStyle, TypeConverter formattedValueTypeConverter, TypeConverter valueTypeConverter) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, NullReferenceException, InvalidCastException
public void PositionEditingControl(boolean setLocation,
boolean setSize,
Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic Rectangle PositionEditingPanel(Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, Win32Exception
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException
public void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewElementpublic void setOwningColumn(DataGridViewColumn OwningColumn) throws java.lang.Throwable
java.lang.Throwablepublic void setOwningRow(DataGridViewRow OwningRow) throws java.lang.Throwable
java.lang.Throwablepublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
KeyNotFoundException,
FormatException,
OverflowException,
Win32Exception,
TypeLoadException,
FileLoadException,
InvalidCastException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic void setSelected(boolean Selected)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
InvalidCastException,
Win32Exception,
OverflowException
public void setStyle(DataGridViewCellStyle Style) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException
public void setTag(NetObject Tag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
public void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
NotSupportedException,
ArrayTypeMismatchException,
InvalidCastException
public void setValue(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, NullReferenceException, Win32Exception, TypeLoadException, InvalidEnumArgumentException
public void setValueType(NetType ValueType) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException