Package system.windows.forms
Interface IDataGridViewEditingControl
- 
- All Superinterfaces:
- IJCOBridgeReflected
 - All Known Implementing Classes:
- IDataGridViewEditingControlImplementation
 
 public interface IDataGridViewEditingControl extends IJCOBridgeReflected The base .NET class managing System.Windows.Forms.IDataGridViewEditingControl, 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.IDataGridViewEditingControl 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.IDataGridViewEditingControl
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
assemblyFullNamestatic 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
 
 - 
assemblyShortNamestatic final java.lang.String assemblyShortName Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
 
 - 
classNamestatic final java.lang.String className Qualified class name: System.Windows.Forms.IDataGridViewEditingControl- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
ToIDataGridViewEditingControlstatic IDataGridViewEditingControl ToIDataGridViewEditingControl(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoIDataGridViewEditingControl, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- IDataGridViewEditingControlinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
getJCOAssemblyNamejava.lang.String getJCOAssemblyName() Returns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamejava.lang.String getJCOClassName() Returns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamejava.lang.String getJCOObjectName() Returns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancejava.lang.Object getJCOInstance() Returns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Returns:
- An Objectrepresenting the instance of the instantiated Class
 
 - 
getJCOTypeJCType getJCOType() Returns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Returns:
- A JCTyperepresenting the Type of the instantiated Class
 
 - 
EditingControlWantsInputKeyboolean EditingControlWantsInputKey(Keys keyData, boolean dataGridViewWantsInputKey) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
GetEditingControlFormattedValueNetObject GetEditingControlFormattedValue(DataGridViewDataErrorContexts context) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
ApplyCellStyleToEditingControlvoid ApplyCellStyleToEditingControl(DataGridViewCellStyle dataGridViewCellStyle) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
PrepareEditingControlForEditvoid PrepareEditingControlForEdit(boolean selectAll) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getEditingControlValueChangedboolean getEditingControlValueChanged() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setEditingControlValueChangedvoid setEditingControlValueChanged(boolean EditingControlValueChanged) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getRepositionEditingControlOnValueChangeboolean getRepositionEditingControlOnValueChange() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getEditingControlRowIndexint getEditingControlRowIndex() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setEditingControlRowIndexvoid setEditingControlRowIndex(int EditingControlRowIndex) throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getEditingControlFormattedValueNetObject getEditingControlFormattedValue() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setEditingControlFormattedValuevoid setEditingControlFormattedValue(NetObject EditingControlFormattedValue) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getEditingPanelCursorCursor getEditingPanelCursor() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
getEditingControlDataGridViewDataGridView getEditingControlDataGridView() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setEditingControlDataGridViewvoid setEditingControlDataGridView(DataGridView EditingControlDataGridView) throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 
- 
 
-