public class ActiveXColumn<activeXType> : ComColumn<activeXType>
where activeXType : new(), Control
Public Class ActiveXColumn(Of activeXType As {New, Control})
Inherits ComColumn(Of activeXType)type ActiveXColumn<'activeXType when 'activeXType : new() and Control> =
class
inherit ComColumn<'activeXType>
end| ActiveXColumnactiveXType | To Complete documentation |
| ActiveXColumnactiveXType(String) | To Complete documentation |
| __RecomputePath | (Inherited from ColumnBase) |
| AfterExpandGoToNextControl |
Returns an Boolean that represents additional settings for the Expand event
(Inherited from ColumnBase) |
| AllowNull |
Gets or sets whether this column allows null values in it's Value property
(Inherited from TypedColumnBasedataType) |
| Caption | Gets or sets the ColumnBase's caption (Inherited from ColumnBase) |
| CreateInstance | To Complete documentation (Inherited from ComColumndataType) |
| DbReadOnly |
Determines if this column is only read from the database but not saved to it.
(Inherited from ColumnBase) |
| DefaultValue | (Inherited from TypedColumnBasedataType) |
| DisplayName | (Inherited from ColumnBase) |
| Entity |
Gets the Entity to which this column is bound.
(Inherited from ColumnBase) |
| ExcludeFromDbWhere | (Inherited from ColumnBase) |
| Format | To be completed (Inherited from TypedColumnBasedataType) |
| FormatInfo |
Used to provide additional info on the specified Format (Inherited from ColumnBase) |
| InputRange |
Get or sets this column's input range.
(Inherited from ColumnBase) |
| InstanceType | To Complete documentation (Inherited from ComColumndataType) |
| Name | Gets or sets the ColumnBase's name (Inherited from ColumnBase) |
| NullDisplayText |
Gets or sets the text that will be displayed if this column's Value is null.
(Inherited from ColumnBase) |
| OcxState | To Complete documentation |
| OnChangeMarkRowAsChanged |
Determines if the UIController.RowChanged property will be set, when this column is changed.
(Inherited from ColumnBase) |
| OriginalValue | (Inherited from TypedColumnBasedataType) |
| Storage | (Inherited from TypedColumnBasedataType) |
| Value | To Complete documentation (Overrides TypedColumnBasedataTypeValue) |
| WasSet | (Inherited from ColumnBase) |
| AdjustGetValue | (Inherited from TypedColumnBasedataType) |
| AdjustSetValue | (Inherited from TypedColumnBasedataType) |
| AreEqualOrdinal | (Inherited from TypedColumnBasedataType) |
| BindValue(FuncdataType) |
Binds the value of this column to the specified expression
(Inherited from TypedColumnBasedataType) |
| BindValue(TypedColumnBasedataType) | (Inherited from TypedColumnBasedataType) |
| BindValueToColumnChange |
Sets an expression that will be used for the value of this column
(Inherited from TypedColumnBasedataType) |
| CanYouBeQueried | (Inherited from ColumnBase) |
| Cast | (Inherited from ComColumndataType) |
| Compare | (Inherited from TypedColumnBasedataType) |
| CompareValueFromDbWithFilterValue | (Inherited from TypedColumnBasedataType) |
| CreateInstanceCore | To Complete documentation (Inherited from ComColumndataType) |
| DbAreEqual | (Inherited from TypedColumnBasedataType) |
| DbValueStartsWithFilterValue | (Inherited from TypedColumnBasedataType) |
| Dispose | To Complete documentation (Overrides ComColumndataTypeDispose) |
| Equals | (Inherited from TypedColumnBasedataType) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| ForceIncrementalSearchWhenCurrentValueMeetsCriteria | (Inherited from TypedColumnBasedataType) |
| GetHashCode | (Inherited from TypedColumnBasedataType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValueFromDB | (Inherited from TypedColumnBasedataType) |
| IsBetween(FuncdataType, TypedColumnBasedataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBasedataType) |
| IsBetween(FuncdataType, FuncdataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBasedataType) |
| IsBetween(TypedColumnBasedataType, TypedColumnBasedataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBasedataType) |
| IsBetween(TypedColumnBasedataType, FuncdataType) | Creates a filter that represents a between relation between this column and the values specified (Inherited from TypedColumnBasedataType) |
| IsDifferentFrom(FuncdataType) | (Inherited from TypedColumnBasedataType) |
| IsDifferentFrom(TypedColumnBasedataType) | (Inherited from TypedColumnBasedataType) |
| IsEqualTo(FuncdataType) | Creates a filter that represents the is equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsEqualTo(TypedColumnBasedataType) | Creates a filter that represents the is equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsGreaterOrEqualTo(FuncdataType) | Creates a filter that represents the is greater or equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsGreaterOrEqualTo(TypedColumnBasedataType) | Creates a filter that represents the is greater or equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsGreaterThan(FuncdataType) | Creates a filter that represents the is greater than relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsGreaterThan(TypedColumnBasedataType) | Creates a filter that represents the is greater than relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsLessOrEqualTo(FuncdataType) | Creates a filter that represents the is less or equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsLessOrEqualTo(TypedColumnBasedataType) | Creates a filter that represents the is less or equal to relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsLessThan(FuncdataType) | Creates a filter that represents the is less than relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsLessThan(TypedColumnBasedataType) | Creates a filter that represents the is less than relation between this column and the value specified (Inherited from TypedColumnBasedataType) |
| IsNull | (Inherited from TypedColumnBasedataType) |
| LoadFrom | (Inherited from TypedColumnBasedataType) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnFormatChanged | (Inherited from TypedColumnBasedataType) |
| Parse | (Inherited from TypedColumnBasedataType) |
| ProcessUserInput | (Inherited from TypedColumnBasedataType) |
| ResetToDefaultValue | To Complete documentation (Overrides TypedColumnBasedataTypeResetToDefaultValue) |
| SaveYourValueToDb | (Inherited from TypedColumnBasedataType) |
| SetValueWithoutEventHandling | To Complete documentation (Inherited from ComColumndataType) |
| ToString | (Inherited from TypedColumnBasedataType) |
| ToString(String) | (Inherited from TypedColumnBasedataType) |
| ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. (Inherited from ColumnBase) |
| ValueIsComObject | To Complete documentation (Inherited from ComColumndataType) |
| Expand |
Occurs when the user parks on a control that is bound to this column and invokes the ExpandCommand (Inherited from ColumnBase) |
| ValueChanged |
Occurs when the Value of this column changes
(Inherited from TypedColumnBasedataType) |
| ShouldBeactiveXType | (Defined by Should) |