Class GenGridItemClass

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

It represents the gengrid item class definition field details.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class GenGridItemClass : GenItemClass, IDisposable
Inheritance
object
GenGridItemClass
Implements
System.IDisposable

Constructors

View Source

GenGridItemClass(string)

Create the GenGridItemClass instance.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public GenGridItemClass(string style)
Parameters
Type Name Description
string style

The item display style.

Methods

View Source

CreateItemClass()

Adds a new gengrid item class in a given GenGrid widget.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] protected override IntPtr CreateItemClass()
Returns
Type Description
System.IntPtr

The new instance.

Overrides
View Source

ReleaseItemClass(IntPtr)

Removes the item class in a given GenGrid widget.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] protected override void ReleaseItemClass(IntPtr unmanagedPtr)
Parameters
Type Name Description
System.IntPtr unmanagedPtr

The object to be removed.

Overrides

Implements

System.IDisposable