public class DataGridViewRowPrePaintEventArgs extends HandledEventArgs
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewRowPrePaintEventArgs
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=10.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.DataGridViewRowPrePaintEventArgs
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewRowPrePaintEventArgs() |
DataGridViewRowPrePaintEventArgs(DataGridView dataGridView,
Graphics graphics,
Rectangle clipBounds,
Rectangle rowBounds,
int rowIndex,
DataGridViewElementStates rowState,
java.lang.String errorText,
DataGridViewCellStyle inheritedRowStyle,
boolean isFirstDisplayedRow,
boolean isLastVisibleRow) |
DataGridViewRowPrePaintEventArgs(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridViewRowPrePaintEventArgs |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewRowPrePaintEventArgs, a cast assert is made to check if types are compatible. |
void |
DrawFocus(Rectangle bounds,
boolean cellsPaintSelectionBackground) |
Rectangle |
getClipBounds() |
java.lang.String |
getErrorText() |
Graphics |
getGraphics() |
DataGridViewCellStyle |
getInheritedRowStyle() |
boolean |
getIsFirstDisplayedRow() |
boolean |
getIsLastVisibleRow() |
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
|
DataGridViewPaintParts |
getPaintParts() |
Rectangle |
getRowBounds() |
int |
getRowIndex() |
DataGridViewElementStates |
getState() |
void |
PaintCells(Rectangle clipBounds,
DataGridViewPaintParts paintParts) |
void |
PaintCellsBackground(Rectangle clipBounds,
boolean cellsPaintSelectionBackground) |
void |
PaintCellsContent(Rectangle clipBounds) |
void |
PaintHeader(boolean paintSelectionBackground) |
void |
PaintHeader(DataGridViewPaintParts paintParts) |
void |
setClipBounds(Rectangle ClipBounds) |
void |
setErrorText(java.lang.String ErrorText) |
void |
setGraphics(Graphics Graphics) |
void |
setInheritedRowStyle(DataGridViewCellStyle InheritedRowStyle) |
void |
setIsFirstDisplayedRow(boolean IsFirstDisplayedRow) |
void |
setIsLastVisibleRow(boolean IsLastVisibleRow) |
void |
setJCOInstance(JCObject instance) |
void |
setPaintParts(DataGridViewPaintParts PaintParts) |
void |
setRowBounds(Rectangle RowBounds) |
void |
setRowIndex(int RowIndex) |
void |
setState(DataGridViewElementStates State) |
getHandled, setHandledpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewRowPrePaintEventArgs()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewRowPrePaintEventArgs(DataGridView dataGridView, Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, int rowIndex, DataGridViewElementStates rowState, java.lang.String errorText, DataGridViewCellStyle inheritedRowStyle, boolean isFirstDisplayedRow, boolean isLastVisibleRow) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic DataGridViewRowPrePaintEventArgs(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewRowPrePaintEventArgs cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewRowPrePaintEventArgs, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewRowPrePaintEventArgs instancejava.lang.Throwable - in case of error during cast operationpublic void DrawFocus(Rectangle bounds, boolean cellsPaintSelectionBackground) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public Rectangle getClipBounds() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getErrorText()
throws java.lang.Throwable
java.lang.Throwablepublic Graphics getGraphics() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCellStyle getInheritedRowStyle() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsFirstDisplayedRow()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLastVisibleRow()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HandledEventArgsString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HandledEventArgsString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HandledEventArgsObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HandledEventArgsString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HandledEventArgsJCType representing the CLR Type of the instantiated Classpublic DataGridViewPaintParts getPaintParts() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getRowBounds() throws java.lang.Throwable
java.lang.Throwablepublic int getRowIndex()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewElementStates getState() throws java.lang.Throwable
java.lang.Throwablepublic void PaintCells(Rectangle clipBounds, DataGridViewPaintParts paintParts) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionpublic void PaintCellsBackground(Rectangle clipBounds, boolean cellsPaintSelectionBackground) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionpublic void PaintCellsContent(Rectangle clipBounds) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionpublic void PaintHeader(boolean paintSelectionBackground)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
InvalidEnumArgumentException,
InvalidCastException,
MissingMethodException,
TargetInvocationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionWin32ExceptionFormatExceptionpublic void PaintHeader(DataGridViewPaintParts paintParts) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, OutOfMemoryException, InvalidCastException, MissingMethodException, TargetInvocationException, KeyNotFoundException, IndexOutOfRangeException, Win32Exception, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionWin32ExceptionFormatExceptionpublic void setClipBounds(Rectangle ClipBounds) throws java.lang.Throwable
java.lang.Throwablepublic void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable
java.lang.Throwablepublic void setGraphics(Graphics Graphics) throws java.lang.Throwable
java.lang.Throwablepublic void setInheritedRowStyle(DataGridViewCellStyle InheritedRowStyle) throws java.lang.Throwable
java.lang.Throwablepublic void setIsFirstDisplayedRow(boolean IsFirstDisplayedRow)
throws java.lang.Throwable
java.lang.Throwablepublic void setIsLastVisibleRow(boolean IsLastVisibleRow)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class HandledEventArgspublic void setPaintParts(DataGridViewPaintParts PaintParts) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setRowBounds(Rectangle RowBounds) throws java.lang.Throwable
java.lang.Throwablepublic void setRowIndex(int RowIndex)
throws java.lang.Throwable
java.lang.Throwablepublic void setState(DataGridViewElementStates State) throws java.lang.Throwable
java.lang.Throwable