public class DataGridColumnStyle extends Component implements IDataGridColumnStyleEditingNotificationService
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridColumnStyle
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=4.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.DataGridColumnStyle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridColumnStyle() |
DataGridColumnStyle(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringColumnStartedEditing, ToIDataGridColumnStyleEditingNotificationServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridColumnStyle()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridColumnStyle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAlignmentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNullTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPropertyDescriptorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DataGridColumnStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridColumnStyle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridColumnStyle instancejava.lang.Throwable - in case of error during cast operationpublic HorizontalAlignment getAlignment() throws java.lang.Throwable
java.lang.Throwablepublic DataGridTableStyle getDataGridTableStyle() throws java.lang.Throwable
java.lang.Throwablepublic AccessibleObject getHeaderAccessibleObject() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHeaderText()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDataGridColumnStyleEditingNotificationServicegetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDataGridColumnStyleEditingNotificationServicegetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDataGridColumnStyleEditingNotificationServicegetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDataGridColumnStyleEditingNotificationServicegetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDataGridColumnStyleEditingNotificationServicegetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getMappingName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNullText()
throws java.lang.Throwable
java.lang.Throwablepublic PropertyDescriptor getPropertyDescriptor() throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic void removeAlignmentChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNullTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePropertyDescriptorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetHeaderText()
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionpublic void setAlignment(HorizontalAlignment Alignment) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionpublic void setHeaderText(java.lang.String HeaderText)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setMappingName(java.lang.String MappingName)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setNullText(java.lang.String NullText)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException
public void setPropertyDescriptor(PropertyDescriptor PropertyDescriptor) throws java.lang.Throwable
java.lang.Throwablepublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setWidth(int Width)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException